{ "name": "com.sixteenmillimeter.intval3", "displayName": "INTVAL3", "version": "1.0.3", "description": "Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "M McWilliams", "license": "MIT", "dependencies": { "cordova-android": "^6.4.0", "cordova-ios": "^4.5.4", "cordova-plugin-ble-central": "^1.1.4", "cordova-plugin-camera-with-exif": "^1.2.2", "cordova-plugin-compat": "^1.2.0", "cordova-plugin-device": "^1.1.7", "cordova-plugin-dialogs": "^1.3.4", "cordova-plugin-splashscreen": "^4.1.0", "cordova-plugin-statusbar": "^2.4.0", "cordova-plugin-whitelist": "^1.3.3" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-device": {}, "cordova-plugin-dialogs": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-ble-central": { "BLUETOOTH_USAGE_DESCRIPTION": "INTVAL intervalometer controls" }, "cordova-plugin-splashscreen": {}, "cordova-plugin-camera-with-exif": {} }, "platforms": [ "android", "ios" ] } }