-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·39 lines (39 loc) · 986 Bytes
/
Copy pathbower.json
File metadata and controls
executable file
·39 lines (39 loc) · 986 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
38
39
{
"name": "gatherplot",
"version": "0.0.1",
"dependencies": {
"angular": "1.3.0",
"json3": "~3.3.2",
"es5-shim": "~3.1.0",
"bootstrap": "3.3.2",
"angular-resource": "1.3.0",
"angular-cookies": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-animate": "1.3.0",
"angular-touch": "1.3.0",
"angular-route": "1.3.0",
"firebase": "2.2.2",
"angularfire": "1.0.0",
"angular-bootstrap": "0.14.3",
"d3": "~3.5.5",
"angular-utils-pagination": "~0.5.0",
"angular-ui-select": "~0.10.0",
"topojson": "~1.6.18",
"d3-tip": "~0.6.6",
"crossfilter": "~1.3.11",
"angular-ui-grid": "~3.0.0-rc.20",
"angular-qrcode": "monospaced/angular-qrcode#~5.1.0"
},
"devDependencies": {
"angular-mocks": "1.3.0",
"angular-scenario": "1.3.0",
"mockfirebase": "0.8.x"
},
"appPath": "app",
"resolutions": {
"angular": ">=1.2.x",
"d3": "~3.5.5",
"firebase": "2.2.x",
"bootstrap": "~3.3.2"
}
}