-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
75 lines (75 loc) · 1.78 KB
/
bower.json
File metadata and controls
75 lines (75 loc) · 1.78 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "clemble-web",
"version": "0.10.0",
"main": "public/javascripts/app.js",
"dependencies": {
"underscore": "~1.8.1",
"underscore.string": "~3.0.3",
"console-polyfill": "~0.2.0",
"jquery": "~2.1.1",
"normalize-css": "~3.0.1",
"marionette": "~2.4.0",
"font-awesome": "~4.3.0",
"moment": "~2.9.0",
"swag": "~0.7.0",
"backbone.stickit": "~0.9.0",
"backbone-validation": "~0.11.3",
"sockjs-client": "~0.3.4",
"stomp-websocket": "~2.3.3",
"jquery.cookie": "~1.4.1",
"jquery.countdown": "~2.0.4",
"intl-tel-input": "~5.4.0",
"nouislider": "~7.0.10",
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-aria": "~1.4.0",
"angular-messages": "~1.4.0",
"angular-resource": "~1.4.0",
"angular-material": "~0.9.8",
"bootstrap": "~3.3.4",
"ng-mfb": "~0.6.1"
},
"overrides": {
"underscore": {
"main": "underscore.js"
},
"underscore.string": {
"dependencies": {
"underscore": "*"
},
"main": "dist/underscore.string.js"
},
"backbone.stickit": {
"main": "backbone.stickit.js"
},
"backbone": {
"dependencies": {
"jquery": "*",
"underscore": "*"
},
"main": "backbone.js"
},
"backbone-validation": {
"dependencies": {
"underscore": "*",
"backbone": "*"
},
"main": "dist/backbone-validation.js"
},
"stomp-websocket": {
"main": "lib/stomp.min.js"
},
"nouislider": {
"main": [
"distribute/jquery.nouislider.all.js",
"distribute/jquery.nouislider.min.css",
"distribute/jquery.nouislider.pips.min.css"
]
}
},
"resolutions": {
"jquery": "~2.1.1",
"underscore": "~1.8.1",
"font-awesome": "~4.3.0"
}
}