2017-11-22 17:25:06 +00:00
|
|
|
{
|
2017-11-22 17:45:13 +00:00
|
|
|
"name": "com.sixteenmillimeter.intval3",
|
2017-12-30 02:43:54 +00:00
|
|
|
"displayName": "INTVAL3",
|
2017-12-30 04:10:18 +00:00
|
|
|
"version": "1.0.2",
|
2017-11-22 17:45:13 +00:00
|
|
|
"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": {
|
2017-12-13 22:52:25 +00:00
|
|
|
"cordova-android": "^6.4.0",
|
2017-11-22 17:45:13 +00:00
|
|
|
"cordova-ios": "^4.5.4",
|
|
|
|
"cordova-plugin-ble-central": "^1.1.4",
|
2018-01-09 05:03:20 +00:00
|
|
|
"cordova-plugin-camera-with-exif": "^1.2.2",
|
2017-11-22 17:45:13 +00:00
|
|
|
"cordova-plugin-compat": "^1.2.0",
|
|
|
|
"cordova-plugin-device": "^1.1.7",
|
|
|
|
"cordova-plugin-dialogs": "^1.3.4",
|
2017-12-30 02:43:54 +00:00
|
|
|
"cordova-plugin-splashscreen": "^4.1.0",
|
|
|
|
"cordova-plugin-statusbar": "^2.4.0",
|
2017-11-22 17:45:13 +00:00
|
|
|
"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"
|
2017-12-30 02:43:54 +00:00
|
|
|
},
|
2018-01-09 05:03:20 +00:00
|
|
|
"cordova-plugin-splashscreen": {},
|
|
|
|
"cordova-plugin-camera-with-exif": {}
|
2017-11-22 17:25:06 +00:00
|
|
|
},
|
2017-11-22 17:45:13 +00:00
|
|
|
"platforms": [
|
2017-12-13 22:52:25 +00:00
|
|
|
"android",
|
|
|
|
"ios"
|
2017-11-22 17:45:13 +00:00
|
|
|
]
|
|
|
|
}
|
2017-11-22 17:25:06 +00:00
|
|
|
}
|