forked from ZoneMinder/zmNinja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
61 lines (61 loc) · 1.77 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": "zmNinja",
"version": "1.2.44",
"homepage": "https://github.com/pliablepixels/zmNinja",
"private": "true",
"authors": [
"Pliable Pixels <[email protected]>"
],
"description": "mobile app for ZoneMinder",
"license": "Dual, see LICENSE.MD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/lib",
"test",
"tests"
],
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.5"
},
"dependencies": {
"angular-animate": "1.4.3",
"angular-awesome-slider": "~2.4.0",
"angular-cookies": "~1.6.6",
"angular-sanitize": "~1.6.6",
"angular-touch": "1.5.8",
"angular-translate": "~2.11.0",
"angular-translate-loader-static-files": "~2.11.0",
"angular-translate-storage-cookie": "~2.15.2",
"angular-translate-storage-local": "~2.11.0",
"angular-ui-router": "0.2.13",
"angular-wizard": "~0.6.1",
"crypto-js": "~3.1.6",
"font-awesome": "~4.3.0",
"ion-datetime-picker": "~0.1.1",
"ionic-native-transitions": "shprink/ionic-native-transitions#~1.0.2",
"localforage-cordovasqlitedriver": "localForage-cordovaSQLiteDriver#~1.4.1",
"moment": "~2.10.2",
"ng-mfb": "~0.4.0",
"ngCordova": "~0.1.27-alpha",
"videogular": "~1.4.4",
"videogular-buffering": "~1.4.4",
"videogular-controls": "~1.4.4",
"videogular-cuepoints": "~2.1.0",
"videogular-overlay-play": "~1.4.4",
"videogular-themes-default": "~1.4.4",
"vis": "~4.20.0",
"holderjs": "^2.9.4",
"localforage": "^1.7.1",
"filelogger": "^1.3.2"
},
"resolutions": {
"angular-sanitize": "1.5.3",
"angular-translate-storage-cookie": "~2.11.1",
"angular-translate": "~2.11.1",
"angular-cookies": ">=1.2.26 <1.6",
"angular-animate": "1.4.3",
"angular": "~1.3.6"
}
}