kinderspiele1/package.json
2017-05-11 23:18:43 +02:00

67 lines
2.3 KiB
JSON

{
"name": "kinderspiele1",
"version": "1.1.1",
"description": "kinderspiele1: An Ionic project",
"dependencies": {
"cordova": "^7.0.0",
"cordova-android": "^6.2.3",
"cordova-plugin-compat": "^1.0.0",
"cordova-plugin-crosswalk-webview": "^2.2.0",
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-file": "^4.0.0",
"cordova-plugin-insomnia": "git+https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
"cordova-plugin-media": "^3.0.1",
"cordova-plugin-screen-orientation": "^1.4.3",
"cordova-plugin-service-worker": "^1.0.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "^1.3.2",
"es6-promise-plugin": "^4.1.0",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"ionic-plugin-keyboard": "^2.2.1"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^3.0.8",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-screen-orientation"
],
"cordovaPlatforms": [
"android"
],
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-media": {},
"cordova-plugin-insomnia": {},
"es6-promise-plugin": {},
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "22+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
},
"cordova-plugin-screen-orientation": {}
},
"platforms": [
"android"
]
}
}