2018-11-20 20:01:54 +00:00
|
|
|
{
|
|
|
|
"author": "Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>, based on work by JOLLO NET NA",
|
|
|
|
"bugs": {
|
2018-11-26 09:45:12 +00:00
|
|
|
"url": "https://github.com/lalbornoz/MiRCART/issues"
|
2018-11-20 20:01:54 +00:00
|
|
|
},
|
2018-11-26 09:45:12 +00:00
|
|
|
"description": "MiRCART (standalone NW app)",
|
2018-11-20 20:01:54 +00:00
|
|
|
"directories": {
|
2018-11-23 13:37:10 +00:00
|
|
|
"assets": "assets"
|
2018-11-20 20:01:54 +00:00
|
|
|
},
|
2018-11-26 09:45:12 +00:00
|
|
|
"homepage": "https://github.com/lalbornoz/MiRCART#readme",
|
|
|
|
"license": "Jollo LNT license <https://raw.githubusercontent.com/lalbornoz/MiRCART/master/LICENCE>",
|
2018-11-20 20:01:54 +00:00
|
|
|
"main": "index.html",
|
2018-11-26 09:45:12 +00:00
|
|
|
"name": "MiRCART-nw",
|
2018-11-20 20:01:54 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-11-26 09:45:12 +00:00
|
|
|
"url": "git+https://github.com/lalbornoz/MiRCART.git"
|
2018-11-20 20:01:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2019-08-25 16:39:49 +00:00
|
|
|
"version": "1.1.2",
|
2018-11-20 20:01:54 +00:00
|
|
|
"window": {
|
2018-11-26 09:45:12 +00:00
|
|
|
"title": "MiRCART (standalone NW app)",
|
2018-11-20 20:01:54 +00:00
|
|
|
"toolbar": true,
|
|
|
|
"position": "center",
|
|
|
|
"width": 1024,
|
|
|
|
"height": 768,
|
|
|
|
"min_width": 1024,
|
|
|
|
"min_height": 768
|
|
|
|
}
|
|
|
|
}
|