Files
ALVINN_f7/cordova/package.json
Justin Georgi 523b50ec65
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 36s
Cleanup for 0.5.0 alpha release
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-08-21 15:48:55 -07:00

33 lines
722 B
JSON

{
"name": "edu.midwestern.alvinn",
"displayName": "ALVINN",
"version": "0.5.0-alpha",
"description": "Anatomy Lab Visual Identification Neural Network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Justin Georgi",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-browser": "^7.0.0",
"cordova-ios": "^7.0.1",
"cordova-plugin-camera": "^7.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
}
},
"platforms": [
"ios",
"browser",
"android"
]
}
}