-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
61 lines (61 loc) · 1.45 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
53
54
55
56
57
58
59
60
61
{
"name": "dnd4e-card-printer",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.0",
"angular-animate": "1.5.0",
"angular-aria": "1.5.0",
"angular-bootstrap": "1.1.2",
"angular-cookies": "1.5.0",
"angular-ellipsis": "0.1.6",
"angular-ipsum": "0.0.4",
"angular-masonry": "0.16.0",
"angular-messages": "1.5.0",
"angular-resource": "1.5.0",
"angular-route": "1.5.0",
"angular-sanitize": "1.5.0",
"angular-touch": "1.5.0",
"angular-ui-event": "1.0.0",
"angular-ui-router": "0.2.18",
"angular-ui-router.stateHelper": "1.3.1",
"angular-ui-sortable": "^0.14.2",
"animate.css": "3.5.1",
"bootstrap": "3.3.6",
"font-awesome": "4.5.0",
"jquery": "2.1.4",
"jquery-ui": "1.11.4",
"masonry": "4.0.0",
"moment": "2.11.2",
"moment-timezone": "0.5.0",
"numeral": "1.5.3",
"textAngular": "1.5.0",
"ui-select": "angular-ui-select#0.16.1",
"underscore": "1.8.3",
"ng-file-upload": "12.0.4",
"videogular": "1.4.3",
"ngstorage": "^0.3.10"
},
"devDependencies": {
"angular-mocks": "1.5.0"
},
"appPath": "app",
"moduleName": "dnd4eCardPrinterApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"outlayer": {
"main": [
"item.js",
"outlayer.js"
]
}
},
"resolutions": {
"angular": "1.5.0"
}
}