forked from pallavkul-zz/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 837 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
{
"name": "voyager",
"version": "0.7.1",
"authors": [
"Interactive Data Lab (http://idl.cs.washington.edu)"
],
"dependencies": {
"zeptojs": "~1.1.4",
"angular-cookies": "~1.4.1",
"angular-touch": "~1.4.1",
"angular-sanitize": "~1.4.1",
"angular-ui-router": "~0.2.15",
"angular": "~1.4.1",
"tv4": "~1.1.12",
"d3": "~3.5.5",
"angular-zeroclipboard": "~0.4.0",
"jquery": "~2.1.4",
"chronicle": "~1.0.9",
"fontawesome": "~4.3.0",
"angular-tooltips": "0.1.16",
"angular-order-object-by": "~1.1.0",
"datalib": "^1.3.0",
"viscompass": "~0.5.8",
"vega-lite": "~0.7.11",
"vega-lite-ui": "https://github.com/vivekratnavel/vega-lite-ui.git#~0.8.0"
},
"devDependencies": {
"angular-mocks": "~1.4.1"
},
"resolutions": {
"angular": ">=1.3.15"
}
}