26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "jvon-mobile",
|
||||
"displayName": "JVON Movil",
|
||||
"version": "1.1.0",
|
||||
"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": "^7.1.1",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-whitelist": "^1.3.3"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-whitelist": {},
|
||||
"cordova-plugin-splashscreen": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user