-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 894 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "og-production-chart",
"version": "1.8.3",
"main": [
"og-production-chart.html"
],
"ignore": [
".*",
"npm-debug.log",
"gulpfile.js",
"sass",
"test",
"OSS_Notice.pdf",
"scripts",
".github",
"og-production-chart.png",
"LICENSE.md",
"CONTRIBUTING.md",
"HISTORY.md",
"README.md",
".jshintrc",
".editorconfig",
"*.enc"
],
"dependencies": {
"polymer": "^1.9.0",
"px-d3-imports": "^2.0.0",
"px-rangepicker": "^2.1.1",
"px-tabs": "^2.0.3",
"px-datetime-picker": "^1.0.4"
},
"devDependencies": {
"px-starter-kit-design": "^1.0.0",
"px-demo": "^2.0.0",
"px-theme": "^3.0.0",
"px-spacing-design": "^1.0.2",
"px-helpers-design": "^1.0.7",
"px-headings-design": "^1.0.3",
"iron-media-query": "^2.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7.0"
}
}