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",
|
2020-05-16 01:40:50 +00:00
|
|
|
"version": "1.0.6",
|
2017-11-22 17:45:13 +00:00
|
|
|
"description": "Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-01-02 17:40:40 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"ios": "cordova build ios --buildFlag='-UseModernBuildSystem=0'"
|
2017-11-22 17:45:13 +00:00
|
|
|
},
|
|
|
|
"author": "M McWilliams",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-01-02 21:55:22 +00:00
|
|
|
"appcenter": "^2.6.1",
|
|
|
|
"appcenter-analytics": "^2.6.1",
|
|
|
|
"appcenter-crashes": "^2.6.1",
|
|
|
|
"cordova-android": "^7.1.4",
|
2020-05-16 01:40:50 +00:00
|
|
|
"cordova-ios": "^5.1.1",
|
2020-01-02 21:55:22 +00:00
|
|
|
"cordova-plugin-appcenter-analytics": "^0.5.1",
|
|
|
|
"cordova-plugin-appcenter-crashes": "^0.5.1",
|
|
|
|
"cordova-plugin-appcenter-shared": "^0.5.1",
|
2020-01-02 17:40:40 +00:00
|
|
|
"cordova-plugin-ble-central": "^1.2.4",
|
|
|
|
"cordova-plugin-camera-with-exif": "^1.3.1",
|
2017-11-22 17:45:13 +00:00
|
|
|
"cordova-plugin-compat": "^1.2.0",
|
2020-01-02 17:40:40 +00:00
|
|
|
"cordova-plugin-device": "^2.0.3",
|
|
|
|
"cordova-plugin-dialogs": "^2.0.2",
|
|
|
|
"cordova-plugin-splashscreen": "^5.0.3",
|
|
|
|
"cordova-plugin-statusbar": "^2.4.3",
|
|
|
|
"cordova-plugin-whitelist": "^1.3.4"
|
2017-11-22 17:45:13 +00:00
|
|
|
},
|
|
|
|
"cordova": {
|
|
|
|
"plugins": {
|
|
|
|
"cordova-plugin-whitelist": {},
|
|
|
|
"cordova-plugin-device": {},
|
|
|
|
"cordova-plugin-dialogs": {},
|
|
|
|
"cordova-plugin-statusbar": {},
|
|
|
|
"cordova-plugin-ble-central": {
|
2018-12-23 18:24:53 +00:00
|
|
|
"BLUETOOTH_USAGE_DESCRIPTION": "INTVAL3 intervalometer controls"
|
2017-12-30 02:43:54 +00:00
|
|
|
},
|
2018-01-09 05:03:20 +00:00
|
|
|
"cordova-plugin-splashscreen": {},
|
2020-01-02 21:55:22 +00:00
|
|
|
"cordova-plugin-camera-with-exif": {},
|
|
|
|
"cordova-plugin-appcenter-analytics": {},
|
|
|
|
"cordova-plugin-appcenter-crashes": {}
|
2017-11-22 17:25:06 +00:00
|
|
|
},
|
2017-11-22 17:45:13 +00:00
|
|
|
"platforms": [
|
2020-01-02 21:55:22 +00:00
|
|
|
"ios",
|
|
|
|
"android"
|
2017-11-22 17:45:13 +00:00
|
|
|
]
|
|
|
|
}
|
2020-05-16 03:06:57 +00:00
|
|
|
}
|