-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) · 936 Bytes
/
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
{
"name": "org.sahanafoundation.eden_mobile",
"version": "0.2.0",
"displayName": "EdenMobile",
"cordova": {
"platforms": [
"ios",
"android"
],
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-camera": {},
"cordova-sqlite-storage": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-appversion": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-network-information": {},
"cordova-plugin-ionic-keyboard": {}
}
},
"dependencies": {
"cordova-android": "^7.1.4",
"cordova-ios": "~4.1.1",
"cordova-plugin-appversion": "^1.0.0",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^3.1.0"
}
}