Game/package.json

46 lines
1.4 KiB
JSON
Raw Normal View History

{
2019-06-14 01:05:05 -06:00
"name": "com.netsyms.terranquest.TerranQuest",
"displayName": "TerranQuest",
2019-06-15 17:39:23 -06:00
"version": "2.0.3",
2019-06-14 01:05:05 -06:00
"description": "",
"main": "www/index.html",
"window": {
"icon": "www/img/logo.png"
},
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {
2019-06-15 17:39:23 -06:00
"cordova-android": "^8.0.0",
2019-06-14 01:05:05 -06:00
"cordova-browser": "^6.0.0",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-device": "^2.0.2",
2019-06-14 01:05:05 -06:00
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-inappbrowser": "^3.0.0",
2019-06-15 17:39:23 -06:00
"cordova-plugin-keyboard": "~1.2.0",
2019-06-14 01:05:05 -06:00
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
2019-06-15 17:39:23 -06:00
"phonegap-plugin-barcodescanner": "^8.0.1",
"cordova-plugin-statusbar": "git://github.com/breautek/cordova-plugin-statusbar.git#issue-110-statusbar-overlay-keyboard-resize"
2019-06-14 01:05:05 -06:00
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-headercolor": {},
"cordova-plugin-app-version": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-splashscreen": {},
2019-06-15 17:39:23 -06:00
"cordova-plugin-device": {},
"cordova-plugin-keyboard": {},
"cordova-plugin-statusbar": {}
},
2019-06-14 01:05:05 -06:00
"platforms": [
2019-06-15 17:39:23 -06:00
"browser",
"android"
2019-06-14 01:05:05 -06:00
]
}
2019-06-05 03:06:23 -06:00
}