Add package.json

This commit is contained in:
Addy Osmani
2014-10-09 22:18:37 +01:00
parent 2401c64246
commit cdbffa51cf

20
package.json Normal file
View 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"
}