forked from webcomponents/custom-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 935 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 935 Bytes
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
32
33
34
35
36
37
{
"name": "custom-elements",
"description": "Custom Elements polyfill",
"main": "custom-elements.min.js",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/custom-elements.git"
},
"license": "BSD-3-Clause",
"keywords": [
"custom-elements",
"customelements",
"web-components",
"webcomponents",
"polyfill",
"shim"
],
"homepage": "https://webcomponents.org/polyfills",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"web-component-tester": "^6.0.0",
"webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0",
"es6-promise": "stefanpenner/es6-promise#4.1.1",
"html-imports": "webcomponents/html-imports#^1.0.0",
"template": "webcomponents/template#^1.2.0",
"shadydom": "webcomponents/shadydom#^1.0.6"
}
}