mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-06 15:56:39 +00:00
35 lines
948 B
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.3"
|
|
}
|