forked from adsabs/bumblebee
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
46 lines (46 loc) · 1.29 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
{
"name": "bumblebee",
"version": "0.1.0",
"dependencies": {
"animate.css": "~3.4.0",
"backbone": "~1.1.2",
"backbone-validation": "~0.11.3",
"backbone.localStorage": "~1.1.0",
"backbone.stickit": "~0.8.0",
"backbone.wreqr": "1.0.0",
"bootstrap-js-components": "~3.1.1",
"bootstrap-sass": "bootstrap-sass-official#~3.3.5",
"bourbon": "~4.2.4",
"d3": "~3.4.6",
"d3-cloud": "~1.2.5",
"dsjslib": "https://github.com/monmohan/dsjslib.git#v0.6.6",
"fontawesome": "~4.6.0",
"html5-boilerplate": "~4.3.0",
"jQuery-QueryBuilder": "https://github.com/romanchyla/jQuery-QueryBuilder.git#master",
"jquery": "~2.2.4",
"jqueryui": "~1.10.4",
"lodash": "~2.4.1",
"marionette": "2.4.5",
"persist-js": "https://github.com/jeremydurham/persist-js.git#~0.3.0",
"require-handlebars-plugin": "1.0.0",
"requirejs": "2.1.8",
"requirejs-plugins": "~1.0.3",
"clipboard": "1.7.1",
"es5-shim": "~4.5.10",
"select2": "4.0.3",
"classnames": "^2.2.5"
},
"devDependencies": {
"chai": "~1.8.0",
"qunit": "~1.12.0",
"jasmine": "~1.3.1",
"mocha": "~2.1.0",
"sinon": "1.9.0",
"sprintf": "~1.0.2",
"requirejs-babel": "^0.0.9",
"d3-cloud": "^1.2.5"
},
"resolutions": {
"d3-cloud": "^1.2.5"
}
}