mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "webcomponents.js",
|
|
"version": "0.4.2",
|
|
"description": "Web Component polyfills",
|
|
"main": "webcomponents.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Polymer/webcomponents.js"
|
|
},
|
|
"keywords": [
|
|
"webcomponents",
|
|
"polyfills"
|
|
],
|
|
"author": "The Polymer Authors",
|
|
"license": "BSD",
|
|
"bugs": {
|
|
"url": "https://github.com/Polymer/webcomponents.js/issues"
|
|
},
|
|
"homepage": "http://webcomponents.org"
|
|
}
|