mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
package{,-lock}.json: added for standalone app support via NW.js.
This commit is contained in:
parent
948147124f
commit
90192929f6
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "asciiblaster",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
31
package.json
Normal file
31
package.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user