mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
9f3a804100
-Fix build.js files -Upgrade Cordova android and electron. -Update app package name when applicable. -Update package-*.json files.
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "com.devmainbase.app",
|
|
"displayName": "Main Base Dev",
|
|
"version": "1.0.0",
|
|
"description": "Aplicacion base inicial.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:cordova"
|
|
],
|
|
"author": "Juan Carlos Ruvalcaba",
|
|
"license": "Closed source",
|
|
"dependencies": {
|
|
"cordova-plugin-keyboard": "^1.2.0",
|
|
"cordova-plugin-splashscreen": "^6.0.0",
|
|
"cordova-plugin-statusbar": "^2.4.3",
|
|
"cordova-sms-plugin": "^1.0.1"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-keyboard": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-sms-plugin": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"electron"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"cordova-android": "^12.0.1",
|
|
"cordova-electron": "^3.1.0"
|
|
}
|
|
} |