2015-06-10 00:01:14 -04:00
|
|
|
{
|
|
|
|
"name": "webcomponentsjs",
|
|
|
|
"main": "webcomponents.js",
|
2016-02-19 00:07:26 -05:00
|
|
|
"version": "0.7.21",
|
2015-06-10 00:01:14 -04:00
|
|
|
"homepage": "http://webcomponents.org",
|
|
|
|
"authors": [
|
|
|
|
"The Polymer Authors"
|
|
|
|
],
|
2015-06-19 12:36:51 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/webcomponents/webcomponentsjs.git"
|
|
|
|
},
|
2015-06-10 00:01:14 -04:00
|
|
|
"keywords": [
|
|
|
|
"webcomponents"
|
|
|
|
],
|
|
|
|
"license": "BSD",
|
2015-12-14 10:43:03 -05:00
|
|
|
"ignore": [],
|
|
|
|
"devDependencies": {
|
2015-12-16 00:30:14 -05:00
|
|
|
"web-component-tester": "^4.0.1"
|
2015-12-14 10:43:03 -05:00
|
|
|
}
|
2015-06-10 00:01:14 -04:00
|
|
|
}
|