mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
32 lines
747 B
JSON
32 lines
747 B
JSON
{
|
|
"name": "polymer",
|
|
"filename": "polymer.js",
|
|
"version": "0.5.1",
|
|
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
|
|
"homepage": "http://polymer-project.org/",
|
|
"keywords": [
|
|
"web-components"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Polymer Authors",
|
|
"url": "https://github.com/Polymer?tab=members"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/Polymer/polymer.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"polymer.js.map",
|
|
"polymer.js"
|
|
]
|
|
}
|
|
}
|