forked from NVE/regObs3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.49 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "regObs",
"version": "3.1.3",
"description": "regObs: An Ionic project",
"scripts": {
"postinstall": "ionic state reset && bower install && gulp"
},
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-app-event": "^1.2.0",
"cordova-plugin-badge": "^0.7.3",
"cordova-plugin-camera": "^2.4.0",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "^1.0.4",
"cordova-plugin-device": "^1.1.3",
"cordova-plugin-device-orientation": "^1.0.4",
"cordova-plugin-file": "^4.3.2",
"cordova-plugin-file-transfer": "^1.6.2",
"cordova-plugin-geolocation": "^2.4.0",
"cordova-plugin-inappbrowser": "^1.5.0",
"cordova-plugin-network-information": "^1.3.0",
"cordova-plugin-splashscreen": "^4.0.2",
"cordova-plugin-statusbar": "^2.2.0",
"cordova-plugin-whitelist": "^1.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.4.0",
"ionic-plugin-keyboard": "^2.2.1",
"jsonfile": "^2.2.3"
},
"devDependencies": {
"bower": "^1.3.3",
"chai": "^3.5.0",
"cordova-version": "^0.1.3",
"gulp-cordova-version": "^0.3.0",
"gulp-util": "^2.2.14",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"plist": "^2.0.1",
"preen": "^1.2.0",
"shelljs": "^0.3.0",
"wd": "^1.0.0",
"yiewd": "^0.6.0"
},
"cordovaPlugins": [
],
"cordovaPlatforms": [
],
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-app-event": {},
"cordova-plugin-badge": {},
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "Document observations",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Document observations"
},
"cordova-plugin-compat": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
}
}
}