flaschengeist-frontend/src-cordova/package.json

37 lines
976 B
JSON
Raw Normal View History

{
2021-11-25 22:10:55 +00:00
"name": "flaschengeist.wu5.de",
"displayName": "flaschengeist-frontend",
"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": {
2021-11-25 22:10:55 +00:00
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.2.0",
2021-01-29 15:35:52 +00:00
"cordova-plugin-splashscreen": "^6.0.0",
2021-11-25 22:10:55 +00:00
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wkwebview-engine": "^1.2.2",
"cordova-sqlite-storage": "^6.0.0"
},
"cordova": {
"plugins": {
2021-01-29 15:35:52 +00:00
"cordova-plugin-whitelist": {},
2021-11-25 22:10:55 +00:00
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-splashscreen": {},
"cordova-sqlite-storage": {}
},
"platforms": [
2021-01-29 10:51:56 +00:00
"ios",
2021-11-25 22:10:55 +00:00
"android",
"browser"
]
}
}