-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 2.07 KB
/
package.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
{
"name": "swiftTrack",
"version": "0.0.1",
"description": "An Ionic project",
"devDependencies": {
"gulp": "^3.5.6",
"gulp-clean-css": "^3.7.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0"
},
"dependencies": {
"angular-pouchdb": "^5.0.2",
"bower": "^1.8.4",
"com.moust.cordova.videoplayer": "~1.0.1",
"cordova-android": "^7.1.1",
"cordova-plugin-android-permissions": "^1.0.0",
"cordova-plugin-cache-clear": "^1.3.7",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-document-viewer": "^0.9.10",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-media": "^5.0.2",
"cordova-plugin-media-capture": "^3.0.2",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-streaming-media-xtreme": "^2.3.1",
"cordova-plugin-video-capture-plus": "^1.0.0",
"cordova-plugin-video-player": "^1.0.1",
"cordova-plugin-whitelist": "^1.3.3",
"file": "^0.2.2",
"git": "^0.1.5",
"maurodx-cordova-plugin-file-selector": "^1.0.0",
"ng-pdf": "^1.0.2",
"pdfjs-dist": "^2.0.489",
"pouchdb-authentication": "^1.1.2",
"webview": "0.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-network-information": {},
"cordova-plugin-cache-clear": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {},
"cordova-plugin-document-viewer": {},
"cordova-plugin-camera": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-media": {},
"cordova-plugin-streaming-media-xtreme": {},
"maurodx-cordova-plugin-file-selector": {}
},
"platforms": [
"android"
]
}
}