Basic setup (#1)

Initial adjustments to project docs and trimming of start page down to likely needed components.

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: Georgi_Lab/ALVINN_f7#1
This commit is contained in:
2023-11-09 19:42:46 -07:00
parent f6ffb10c07
commit 24c38af0c8
5 changed files with 11 additions and 162 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "edu.midwestern.alvinn",
"displayName": "ALVINN",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"version": "0.1.0-a",
"description": "Anatomy Lab Visual Identification Neural Network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -10,7 +10,7 @@
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"author": "Justin Georgi",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^12.0.1",