-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 1.14 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": "telemeta_webapp",
"version": "1",
"dependencies": {
"jquery": "^2.1.0",
"jquery-ui": "1.11",
"underscore": "^1.6.0",
"backbone": "^1.1.0",
"requirejs": "^2.1.5",
"requirejs-text": "^2.0.10",
"handlebars": "3.0.3",
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"backbone.marionette": "2.1.0",
"superagent": "^0.16.0",
"requirejs-plugins": "^1.0.2",
"backbone.syphon": "~0.4.1",
"require.replace": "^0.3.0",
"wreqr.injector": "~0.3.0",
"commandojs": "0.5.4",
"FileAPI": "~2.0.3",
"superapi": "^0.6.0",
"localforage": "1.2.10",
"backbone-associations": "~0.6.2",
"svg4everybody": "2.1.9",
"velocity": "1.2.1",
"swiper": "4.0.1",
"bootstrap": "3.3.7",
"bootstrap-sass":"3.3.7",
"mjolnic-bootstrap-colorpicker" : "2.5.1",
"modernizr": "2.8.3",
"moment": "2.10.6",
"hammerjs": "2.0.4",
"fastclick": "1.0.6",
"validate.js" : "0.12.0",
"font-awesome" : "4.7.0",
"d3" : "3.5.17",
"buzz" : "1.2.0"
},
"devDependencies": {
"almond": "~0.2.9"
},
"resolutions": {
"underscore": "1.8.3"
}
}