forked from BME319/KidneyButler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·108 lines (108 loc) · 3.77 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·108 lines (108 loc) · 3.77 KB
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
103
104
105
106
107
108
{
"name": "ionic-project",
"version": "1.0.0",
"description": "An Ionic project",
"dependencies": {
"cordova-ios": "^4.4.0",
"cordova-plugin-app-event": "file:node_modules/cordova-plugin-app-event",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "^1.0.7",
"cordova-plugin-device": "file:node_modules/cordova-plugin-device",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-transfer": "^1.6.3",
"cordova-plugin-media": "^3.0.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-wechat": "^1.4.0",
"cordova-plugin-whitelist": "^1.3.2",
"de.appplant.cordova.plugin.local-notification": "0.8.1",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"ionic-plugin-keyboard": "^2.2.1",
"phonegap-plugin-barcodescanner": "^6.0.6",
"cordova-plugin-file-opener2": "^2.0.19",
"cordova-plugin-network-information": "^1.3.3"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"cordova-plugin-compat",
"cordova-plugin-media",
"cordova-plugin-file",
"cordova-plugin-camera",
"phonegap-plugin-barcodescanner",
"cordova-plugin-file-transfer",
{
"locator": "https://github.com/katzer/cordova-plugin-local-notifications",
"id": "de.appplant.cordova.plugin.local-notification"
},
"cordova-plugin-app-event"
],
"cordovaPlatforms": [
"android",
{
"platform": "android",
"version": "",
"locator": "android"
}
],
"scripts": {
"test": "karma start test/karma-unit-all.config.js",
"protractor": "protractor tests/e2e-tests.conf.js"
},
"cordova": {
"plugins": {
"de.appplant.cordova.plugin.local-notification": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-console": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-compat": {},
"cordova-plugin-media": {
"MICROPHONE_USAGE_DESCRIPTION": " "
},
"cordova-plugin-file": {
"MICROPHONE_USAGE_DESCRIPTION": " "
},
"cordova-plugin-camera": {
"MICROPHONE_USAGE_DESCRIPTION": " ",
"CAMERA_USAGE_DESCRIPTION": " ",
"PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
"phonegap-plugin-barcodescanner": {
"MICROPHONE_USAGE_DESCRIPTION": " ",
"CAMERA_USAGE_DESCRIPTION": " ",
"PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
"cordova-plugin-file-transfer": {
"MICROPHONE_USAGE_DESCRIPTION": " ",
"CAMERA_USAGE_DESCRIPTION": " ",
"PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
"cordova-plugin-wechat": {
"WECHATAPPID": "wx1c7863df9570e2fc"
},
"cordova-plugin-app-version": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-network-information": {}
},
"platforms": [
"ios"
]
}
}