-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.19 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
{
"devDependencies": {
"cordova-plugin-whitelist": "1",
"cordova-plugin-native-spinner": "~1.1.3",
"cordova-plugin-spinner-dialog": "https://github.com/Paldom/SpinnerDialog.git",
"cordova-plugin-camera": "2.4.1"
},
"cordova": {
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-console": {},
"cordova-plugin-contacts": {},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-vibration": {},
"cordova-plugin-actionsheet": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-native-spinner": {},
"cordova-plugin-spinner-dialog": {},
"cordova-plugin-camera": {}
},
"platforms": []
},
"dependencies": {
"cordova-plugin-crosswalk-webview": "2.4.0",
"phonegap-plugin-barcodescanner": "8.1.0"
}
}