{ "name": "com.ilkimen.http.demo", "displayName": "HttpDemo", "version": "1.0.0", "description": "A sample Apache Cordova application that demonstrates advanced HTTP plugin.", "main": "index.js", "scripts": { "build": "scripts/build.sh", "test": "npm run build && scripts/test.sh" }, "author": "Sefa Ilkimen", "license": "Apache-2.0", "dependencies": { "cordova": "10.0.0", "cordova-android": "9.0.0", "cordova-browser": "6.0.0", "cordova-ios": "6.2.0", "cordova-plugin-device": "2.0.3", "cordova-plugin-wkwebview-file-xhr": "3.0.0" }, "cordova": { "platforms": [ "android", "ios", "browser" ], "plugins": { "cordova-plugin-device": {}, "cordova-plugin-wkwebview-file-xhr": {} } }, "devDependencies": { "cordova-plugin-device": "2.0.3" } }