26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"name": "jvon-mobile",
|
|
"displayName": "JVON Movil",
|
|
"version": "1.1.1",
|
|
"description": "Simulador de lenguaje basado en la arquitectura de John von Nuemann.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Chris Cromer",
|
|
"license": "BSD3",
|
|
"dependencies": {
|
|
"cordova-android": "^8.0.0",
|
|
"cordova-plugin-splashscreen": "^5.0.2",
|
|
"cordova-plugin-whitelist": "^1.3.3"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-splashscreen": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
}
|
|
} |