roar/asciiblaster-nw/package.json

32 lines
913 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"
},
"description": "asciiblaster (standalone NW app)",
"directories": {
"assets": "assets"
},
"homepage": "https://github.com/lalbornoz/asciiblaster#readme",
"license": "Jollo LNT license <https://raw.githubusercontent.com/lalbornoz/asciiblaster/master/LICENCE>",
"main": "index.html",
"name": "asciiblaster-nw",
"repository": {
"type": "git",
"url": "git+https://github.com/lalbornoz/asciiblaster.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.3",
"window": {
"title": "asciiblaster (standalone NW app)",
"toolbar": true,
"position": "center",
"width": 1024,
"height": 768,
"min_width": 1024,
"min_height": 768
}
}