-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
54 lines (54 loc) · 1.16 KB
/
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
{
"name": "4w-visualizer",
"version": "0.6.0",
"main": "public/javascripts/app.js",
"dependencies": {
"jquery": "~2.0",
"chaplin": "~1.0",
"console-polyfill": "~0.1",
"crossfilter": "^1.3.12",
"underscore": "~1.8",
"normalize-css": "~2.1",
"h5bp-helpers": "~0.1",
"bootstrap": "~3.2",
"moment": "~2.4",
"chaplin-utils": "git://github.com/reubano/chaplin-utils#v0.14.2",
"d3": "^3.4.11",
"dcjs": "~2.0",
"colorbrewer": "~1.0.0",
"rangeslider.js": "~2.0.2"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0"
},
"overrides": {
"crossfilter": {
"dependencies": {},
"main": "crossfilter.js"
},
"backbone": {
"dependencies": {
"lodash": "*",
"jquery": "*"
},
"main": "backbone.js"
},
"sinon": {
"dependencies": {
"formatio": "~1.0",
"util": ">=0.10.3 <1"
},
"main": "./lib/sinon.js"
},
"sinon-chai": {
"dependencies": {
"chai": ">=1.0.0 <2",
"sinon": ">=1.4.0 <2"
},
"main": "./lib/sinon-chai.js"
}
}
}