-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
52 lines (52 loc) · 1.42 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
{
"name": "recline-extensions-moviri",
"version": "0.9.87",
"main": "main",
"ignore": [
"docs",
"node_modules",
"test",
".sass-cache",
".tmp",
"app/bower_components",
"Gruntfile.js",
"**/.*"
],
"dependencies": {
"bootstrap": "2.3.2",
"sass-bootstrap": "2.3.2",
"requirejs": "2.1.11",
"requirejs-plugins": "1.0.2",
"modernizr": "2.6.3",
"jquery": "2.0.3",
"jquery-ui-amd": "0.0.3",
"backbone": "1.1.0",
"underscore-amd": "1.5.2",
"slickgrid-moviri": "2.1.0",
"accounting": "0.3.2",
"mustache": "0.6.0",
"crossfilter": "1.3.7",
"d3": "d3#3.3.13",
"d3amd": "d3-amd#2.10.3-amd",
"nvd3": "1.1.15-beta",
"datejs": "",
"chroma-js": "0.5.6",
"rickshaw": "1.4.6",
"d3cloud": "1.0.1",
"file-saver": "",
"numeraljs": "2.0.6"
},
"devDependencies": {
"codemirror": "3.13.0"
},
"resolutions": {
"jquery": "2.0.3"
},
"generalNotesOnDependencies": {
"bootstrap": "versions >= 3.0 are a major change. Keeping 2.3.2",
"jquery": "bootstrap 2.3.2 requires jquery < 2.1.0. Keeping 2.0.3",
"mustache": "Version >=0.7.0 doesn't work with some templates with embedded functions. Keeping 0.6.0",
"backbone": "Versions > 1.1.0 are not compatible with backgrid 0.3.5 (ok, backgrid is not used here, but other projects do). Keeping 1.1.0"
},
"private": false
}