forked from romanchyla/bumblebee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.04 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
{
"name": "bumblebee",
"version": "0.1.0",
"dependencies": {
"html5-boilerplate": "~4.3.0",
"almond": "~0.2.6",
"lodash": "~2.4.1",
"backbone": "~1.0.0",
"jquery": "~2.0.3",
"requirejs": "~2.1.8",
"backbone.localStorage": "~1.1.0",
"backbone.wreqr": "1.0.0",
"require-handlebars-plugin": "0.8.0",
"bootstrap-js-components": "~3.1.1",
"bootstrap": "~3.1.1",
"jqueryui": "~1.10.4",
"d3": "~3.4.6",
"jquery-hoverIntent": "*",
"marionette": "~1.8.6",
"dsjslib": "https://github.com/monmohan/dsjslib.git#v0.6.6",
"jQuery-QueryBuilder": "https://github.com/romanchyla/jQuery-QueryBuilder.git#master",
"lesshat": "~3.0.2",
"fontawesome": "~4.1.0",
"d3-cloud": "~1.0.5",
"nvd3": "git://github.com/novus/nvd3#~1.1.15-beta"
},
"devDependencies": {
"chai": "~1.8.0",
"qunit": "~1.12.0",
"jasmine": "~1.3.1",
"mocha": "~1.20.0",
"sinon": "http://sinonjs.org/releases/sinon-1.9.0.js",
"es5-shim": "~4.0.3"
},
"resolutions": {
"d3": "~3.4.6"
}
}