38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "com.irwan_image.app",
|
|
"displayName": "Irwan_Shirt",
|
|
"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",
|
|
"devDependencies": {
|
|
"cordova-android": "^9.0.0",
|
|
"cordova-plugin-androidx": "^3.0.0",
|
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
|
"cordova-plugin-file": "^6.0.2",
|
|
"cordova-plugin-screen-orientation": "^3.0.2",
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
|
"cordova-plugin-x-socialsharing": "^6.0.3",
|
|
"es6-promise-plugin": "^4.2.2"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-screen-orientation": {},
|
|
"cordova-plugin-x-socialsharing": {},
|
|
"cordova-plugin-androidx": {},
|
|
"cordova-plugin-androidx-adapter": {},
|
|
"cordova-plugin-file": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
}
|
|
} |