forked from webcomponents/webcomponentsjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 941 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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",
"custom-elements": "webcomponents/custom-elements#^v1.0.0",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#^v1.0.0",
"shadydom": "webcomponents/shadydom#686f7fa4b5b4641662abcac023abd9fa9ab7b821",
"shadycss": "webcomponents/shadycss#^v1.0.0",
"template": "webcomponents/template#^v1.0.0",
"webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0"
}
}