-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.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
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
{
"name": "com.phonegap.helloworld",
"version": "1.0.0",
"displayName": "SpacePhoto",
"cordova": {
"platforms": [
"ios",
"browser",
"android"
],
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"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-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"org.devgeeks.Canvas2ImagePlugin": {}
}
},
"dependencies": {
"android-versions": "^1.2.1",
"cordova-android": "^6.4.0",
"cordova-browser": "^5.0.1",
"cordova-ios": "~4.5.3",
"cordova-plugin-battery-status": "~1.1.1",
"cordova-plugin-camera": "~2.1.1",
"cordova-plugin-canvas2image": "git+https://github.com/devgeeks/Canvas2ImagePlugin.git",
"cordova-plugin-console": "~1.0.2",
"cordova-plugin-contacts": "~2.0.1",
"cordova-plugin-device": "~1.1.1",
"cordova-plugin-device-motion": "~1.2.0",
"cordova-plugin-device-orientation": "~1.0.2",
"cordova-plugin-dialogs": "~1.2.0",
"cordova-plugin-file": "~4.1.1",
"cordova-plugin-file-transfer": "~1.5.0",
"cordova-plugin-geolocation": "~2.1.0",
"cordova-plugin-globalization": "~1.0.3",
"cordova-plugin-inappbrowser": "~1.3.0",
"cordova-plugin-media": "~2.2.0",
"cordova-plugin-media-capture": "~1.2.0",
"cordova-plugin-network-information": "~1.2.0",
"cordova-plugin-splashscreen": "~3.2.1",
"cordova-plugin-statusbar": "~2.1.2",
"cordova-plugin-vibration": "~2.1.0",
"cordova-plugin-whitelist": "~1.2.1",
"org.devgeeks.Canvas2ImagePlugin": "https://github.com/devgeeks/Canvas2ImagePlugin.git"
}
}