-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
71 lines (71 loc) · 1.48 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
62
63
64
65
66
67
68
69
70
71
{
"name": "VSB",
"version": "1.1.0-SNAPSHOT",
"main": "dist/",
"dependencies": {
"angular": "1.4.6",
"angular-intro.js": "~1.3.0",
"angular-localforage": "~1.2.2",
"angular-sanitize": "1.4.6",
"angular-strap": "~2.3.3",
"angular-toggle-switch": "~1.2.1",
"angular-translate": "~2.8.1",
"angular-translate-storage-local": "~2.8.1",
"angular-ui-select": "0.11.2",
"bluebird": "~2.3.5",
"bootstrap": "~3.3.5",
"font-awesome": "~4.4.0",
"intro.js": "~1.1.0",
"jassa": "https://github.com/GeoKnow/Jassa-Bower.git#2e5f4e415bd087cf714ead50dfbf31aa83fd7aba",
"jsPlumb": "1.7.4",
"localforage": "~1.2.10",
"lodash": "~3.10.0",
"moment": "~2.8.0",
"ui-router": "~0.2.13"
},
"overrides": {
"angular-toggle-switch": {
"dependencies": {
"angular": "*"
}
},
"lodash": {
"main": [
"lodash.js"
]
},
"jsPlumb": {
"main": [
"dist/js/jquery.jsPlumb-1.7.4.js"
],
"dependencies": {
"jquery-ui": "*"
}
},
"angular": {
"dependencies": {
"jquery": "*"
}
},
"jassa": {
"main": []
},
"bootstrap": {
"main": []
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/*"
]
}
},
"resolutions": {
"angular": "1.4.6",
"localforage": "~1.2.10"
},
"devDependencies": {
"angular-mocks": "1.4.6",
"Blob.js": "eligrey/Blob.js"
}
}