-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
35 lines (35 loc) · 866 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
{
"name": "rails4bp",
"version": "1.0.0",
"private": true,
"dependencies": {
"jquery": "^2.0.3",
"requirejs": "^2.1.5",
"requirejs-text": "^2.0.5",
"backbone-amd": "^1.0.0",
"underscore-amd": "^1.4.4",
"modernizr": "^2.6.2",
"backbone.marionette": "^1.0.2",
"backbone.wreqr": "^0.2.0",
"backbone.babysitter": "^0.0.6",
"backbone.syphon": "^0.4.1",
"require-handlebars-plugin": "^0.4.0",
"mocha": "^1.12.0",
"chai": "^1.7.2",
"sinon": "^1.7.3",
"pace": "^0.4.14",
"backbone-pageable": "^1.3.2",
"backgrid": "^0.2.6",
"noty": "^2.1.0",
"bootbox": "^4.0.0",
"respond": "^1.3.0",
"chosen": "~1.4.2",
"bootstrap": "~3.3.6"
},
"devDependencies": {},
"resolutions": {
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"underscore": ">=1.7.0"
}
}