-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 955 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 955 Bytes
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
{
"name": "d-pac-client",
"private": true,
"dependencies": {
"bootstrap": "3.3.4",
"modernizr": "2.8.3",
"jquery": "2.1.3",
"backbone": "1.1.2",
"backbone.marionette": "2.4.1",
"i18next": "1.11.1",
"backbone.geppetto": "0.7.1",
"backbone-nested-model": "2.0.1",
"seiyria-bootstrap-slider": "4.8.1",
"moment": "2.10.2",
"mousetrap": "1.5.2",
"bootstrap-validator": "0.8.1",
"bootstrap-material-design": "0.3.0",
"handlebars": "3.0.2",
"lity": "1.5.0",
"d3-tip": "0.6.7"
},
"resolutions": {
"jquery": "2.1.3",
"bootstrap": "3.3.4",
"modernizr": "2.8.3",
"backbone.marionette": "2.4.1",
"backbone.select": "1.3.0",
"seiyria-bootstrap-slider": "4.8.1",
"moment": "2.10.2",
"mousetrap": "1.5.2",
"bootstrap-validator": "0.8.1",
"bootstrap-material-design": "0.3.0",
"handlebars": "3.0.2",
"lity": "1.5.0",
"underscore": "1.5.2"
}
}