roar/MiRCART-cordoba/package.json

35 lines
918 B
JSON
Raw Normal View History

{
"author": "Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>, based on work by JOLLO NET NA",
"bugs": {
2018-11-26 01:45:12 -08:00
"url": "https://github.com/lalbornoz/MiRCART/issues"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
},
"dependencies": {
"cordova-android": "^7.1.3",
"cordova-plugin-whitelist": "^1.3.3"
},
2018-11-26 01:45:12 -08:00
"description": "MiRCART (standalone Apache Córdoba app)",
"directories": {
"www": "www"
},
2018-11-26 01:45:12 -08:00
"homepage": "https://github.com/lalbornoz/MiRCART#readme",
"license": "Jollo LNT license <https://raw.githubusercontent.com/lalbornoz/MiRCART/master/LICENCE>",
"main": "index.html",
2018-11-26 01:45:12 -08:00
"name": "MiRCART-cordoba",
"repository": {
"type": "git",
2018-11-26 01:45:12 -08:00
"url": "git+https://github.com/lalbornoz/MiRCART.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2018-11-26 01:46:18 -08:00
"version": "1.0.8"
}