Files
webcomponentsjs/bower.json
Daniel Freedman 862f0b62f3 Remove bower
- Build webcomponents from node_modules
- Remove `refresh-bower` gulp task
- Update closure to latest
2017-08-14 14:46:17 -07:00

25 lines
504 B
JSON

{
"name": "webcomponentsjs",
"description": "Web components polyfill",
"main": "webcomponents.js",
"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"
}
}