roar/asciiblaster-cordoba/package.json

35 lines
948 B
JSON

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