-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "og-fouling-forecast",
"version": "0.1.6",
"main": [
"og-fouling-forecast.html"
],
"ignore": [
".*",
"npm-debug.log",
"gulpfile.js",
"sass",
"test",
"OSS_Notice.pdf",
".github",
"og-fouling-forecast.png",
"LICENSE.md",
"CONTRIBUTING.md",
"HISTORY.md",
"README.md",
".jshintrc",
".editorconfig"
],
"dependencies": {
"polymer": "^1.9.0",
"px-d3-imports": "^2.1.0",
"px-rangepicker": "^2.1.1",
"px-datetime-range-field": "^1.0.0",
"px-spinner": "^2.2.2"
},
"devDependencies": {
"px-meta-lists-design": "^1.0.0",
"px-forms-design": "^2.0.0",
"px-headings-design": "^1.0.0",
"px-layout-design": "^1.0.0",
"px-code-design": "^2.0.0",
"px-starter-kit-design": "^1.0.0",
"px-demo": "^3.0.0",
"px-theme": "^3.0.0",
"web-component-tester": "^6.0.0"
},
"resolutions": {
"webcomponentsjs": "^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "^1.9.0"
},
"devDependencies": {
"web-component-tester": "^5.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7.0"
}
}
}
}