package{,-lock}.json: added for standalone app support via NW.js.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-20 21:01:54 +01:00
parent 948147124f
commit 90192929f6
2 changed files with 36 additions and 0 deletions

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "asciiblaster",
"version": "1.0.0",
"lockfileVersion": 1
}

31
package.json Normal file
View File

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