-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
42 lines (42 loc) · 984 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
{
"name": "anHALytics-frontend",
"homepage": "https://github.com/anHALytics/anHALytics-frontend",
"authors": [
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.11.3",
"jquery-ui": "~1.11.4",
"bootstrap": "~3.3.6",
"components-font-awesome": "~4.5.0",
"awesome-bootstrap-checkbox": "~0.3.5",
"d3": "3.5.12",
"protovis": "~3.2.0",
"MathJax": "~2.6.0",
"d3-cloud": "~1.2.1",
"angular": "~1.5.6",
"elasticsearch": "~12.0.0",
"bootstrap-multiselect": "http://github.com/davidstutz/bootstrap-multiselect.git#master",
"datamaps": "~0.5.5",
"topojson": "^1.6.19",
"holderjs": "~2.3.2",
"plotly.js": "~1.18.1",
"dimple": "~2.2.0",
"d3pie": "~0.1.9"
},
"resolutions": {
"jquery": "~1.11.1"
}
}