mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
39 lines
975 B
JSON
39 lines
975 B
JSON
{
|
|
"name": "com.comidacab.app",
|
|
"displayName": "Comida Cab",
|
|
"version": "1.0.0",
|
|
"description": "A sample Apache Cordova application that responds to the deviceready event.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:cordova"
|
|
],
|
|
"author": "Apache Cordova Team",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cordova-android": "^8.1.0",
|
|
"cordova-electron": "^1.1.1",
|
|
"cordova-ios": "^6.2.0",
|
|
"cordova-plugin-keyboard": "^1.2.0",
|
|
"cordova-plugin-splashscreen": "^6.0.0",
|
|
"cordova-plugin-statusbar": "^2.4.3"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-keyboard": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-whitelist": {}
|
|
},
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"electron"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"cordova-plugin-whitelist": "^1.3.4"
|
|
}
|
|
} |