-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 893 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 893 Bytes
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
{
"name": "gov.br.rj.alerj.app",
"version": "1.0.0",
"displayName": "Alerj",
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-statusbar": {}
}
},
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-inappbrowser": "~1.3.0",
"cordova-plugin-splashscreen": "~3.0.0",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "1.1.0",
"cordova-plugin-wkwebview-engine": "~1.0.0",
"cordova-plugin-x-socialsharing": "~5.0.7"
}
}