Files
webcomponentsjs/bower.json
2017-03-08 11:39:01 -08:00

29 lines
852 B
JSON

{
"name": "webcomponentsjs",
"main": "webcomponents.js",
"version": "1.0.0",
"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": "^5",
"custom-elements": "webcomponents/custom-elements#^v1.0.0-rc.1",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#^v1.0.0-rc.1",
"shadydom": "webcomponents/shadydom#^v1.0.0-rc.1",
"shadycss": "webcomponents/shadycss#^v1.0.0-rc.1",
"template": "webcomponents/template#^v1.0.0-rc.1",
"webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0-rc.1"
}
}