diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4626c5a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "asciiblaster", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..8fdfa0d --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "author": "Lucio Andrés Illanes Albornoz , 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 ", + "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 + } +}