Skip to content

Commit

Permalink
Add package.json for npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Apr 10, 2015
1 parent a1c4299 commit 908cf8e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "webcomponents-lite",
"version": "0.6.0",
"description": "Polyfills for Custom Elements & HTML Imports",
"main": "webcomponents-lite.js",
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponents-lite"
},
"keywords": [
"webcomponents",
"webcomponents-lite",
"custom-elements"
],
"author": "The Polymer Authors",
"license": "BSD",
"bugs": {
"url": "https://github.com/webcomponents/webcomponents-lite/issues"
},
"homepage": "https://github.com/webcomponents/webcomponents-lite"
}

0 comments on commit 908cf8e

Please sign in to comment.