mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
Add package.json
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user