forked from vivekratnavel/polestar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 936 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
{
"name": "polestar",
"version": "0.7.2",
"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",
"angular-dragdrop": "~1.0.11",
"angular-elastic": "~2.4.2",
"angular-zeroclipboard": "~0.4.0",
"lodash": "~3.10.0",
"d3": "~3.5.6",
"topojson": "~1.6.19",
"fontawesome": "~4.3.0",
"jsondiffpatch": "~0.1.33",
"angular-tooltips": "0.1.16",
"z-schema": "~3.12.0",
"angular-order-object-by": "~1.1.0",
"datalib": "^1.3.0",
"vega": "^1.5.0",
"vega-lite-ui": "https://github.com/vivekratnavel/vega-lite-ui.git#~0.8.0",
"vega-lite": "^0.7.11"
},
"devDependencies": {
"angular-mocks": "~1.4.1"
},
"resolutions": {
"angular": "~1.4.1"
}
}