-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 959 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "main",
"version": "0.0.0",
"authors": [
"Arnaud Dufranne <[email protected]>"
],
"description": "",
"main": "",
"moduleType": [
"amd"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"react": "~0.13.3",
"requirejs": "~2.1.20",
"flux": "~2.1.1",
"bootstrap": "~3.3.5",
"papaparse": "~4.1.2",
"jquery-ui": "~1.11.4",
"es6-promise": "~3.0.2",
"text": "~2.0.14",
"highcharts": "~4.1.9",
"hasher": "~1.2.0",
"crossroads": "~0.12.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.min.js"
]
},
"jquery": {
"main": [
"dist/jquery.min.js"
]
},
"jquery-ui": {
"main": [
"jquery-ui.min.js"
]
}
},
"devDependencies": {
"jquery-ui": "~1.11.4"
}
}