Files
webcomponentsjs/bower.json
Monica Dinculescu 27e11b39e5 Merge pull request #729 from FluorescentHallucinogen/patch-8
Add description to bower.json
2017-03-27 15:00:07 -07:00

33 lines
978 B
JSON

{
"name": "webcomponentsjs",
"description": "Web components polyfill",
"main": "webcomponents.js",
"version": "1.0.0-rc.7",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"keywords": [
"webcomponents",
"web-components",
"polyfill",
"shim"
],
"license": "BSD-3-Clause",
"ignore": [],
"devDependencies": {
"web-component-tester": "^v6.0.0-prerelease.7",
"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.2",
"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"
}
}