-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.54 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
{
"name": "monaca-template-helloworld",
"displayName": "Monaca Template HelloCordova",
"dependencies": {
"cordova-custom-config": "5.0.2",
"cordova-plugin-camera": "4.0.1",
"cordova-plugin-contacts": "3.0.1",
"cordova-plugin-device": "2.0.1",
"cordova-plugin-device-motion": "1.2.5",
"cordova-plugin-device-orientation": "1.0.7",
"cordova-plugin-geolocation": "4.0.1",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "5.0.1",
"cordova-plugin-vibration": "2.1.6",
"cordova-plugin-whitelist": "1.3.3",
"monaca-plugin-monaca-core": "3.2.0",
"mobi.monaca.plugins.MonacaBackend": "1.4.0",
"monaca-plugin-barcodescanner": "1.1.4",
"cordova-plugin-inappbrowser": "2.0.1"
},
"cordova": {
"plugins": {
"cordova-custom-config": {},
"cordova-plugin-camera": {},
"cordova-plugin-contacts": {},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"monaca-plugin-monaca-core": {},
"mobi.monaca.plugins.MonacaBackend": {},
"monaca-plugin-barcodescanner": {},
"cordova-plugin-inappbrowser": {}
}
}
}