2016-09-15 21:09:46 -04:00
|
|
|
{
|
|
|
|
"name": "webcomponentsjs",
|
|
|
|
"main": "webcomponents.js",
|
2016-11-03 13:40:27 -04:00
|
|
|
"version": "0.7.23",
|
2016-09-15 21:09:46 -04:00
|
|
|
"homepage": "http://webcomponents.org",
|
|
|
|
"authors": [
|
|
|
|
"The Polymer Authors"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/webcomponents/webcomponentsjs.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"webcomponents"
|
|
|
|
],
|
|
|
|
"license": "BSD",
|
|
|
|
"ignore": [],
|
|
|
|
"devDependencies": {
|
|
|
|
"web-component-tester": "^4.0.1"
|
|
|
|
}
|
|
|
|
}
|