vn-picture/package.json

46 lines
1.2 KiB
JSON

{
"name": "es.verdnatura.verdnaturafoto",
"displayName": "Nature Photo",
"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": {
"axios": "^0.27.2",
"cordova-android": "^8.0.0",
"cordova-ios": "^5.0.1",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-media-capture": "^3.0.2",
"phonegap-plugin-barcodescanner": "^8.0.1"
},
"devDependencies": {
"cordova-browser": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-media-capture": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-camera": {}
},
"platforms": [
"ios",
"android",
"browser"
]
}
}