forked from webcomponents/webcomponentsjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 829 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
{
"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#master",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#master",
"shadydom": "webcomponents/shadydom#master",
"shadycss": "misttechnologies/shadycss#bugfix/whenready",
"template": "webcomponents/template#master",
"webcomponents-platform": "webcomponents/webcomponents-platform#master"
}
}