Files
web-components-workshop-dep…/bower_components/custom-elements/bower.json
2017-12-08 16:04:53 +01:00

26 lines
701 B
JSON

{
"name": "custom-elements",
"main": "custom-elements.min.js",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/custom-elements.git"
},
"keywords": [
"webcomponents"
],
"license": "BSD-3-Clause",
"ignore": [],
"devDependencies": {
"web-component-tester": "^6.0.0",
"webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#^1.0.0",
"template": "webcomponents/template#^1.2.0",
"shadydom": "webcomponents/shadydom#^1.0.6"
}
}