ImageGrid/ui/package.json
Alex A. Naanou c3cb62f9be added node-webkit support, not yet final...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-06-08 05:46:57 +04:00

17 lines
297 B
JSON
Executable File

{
"name": "ImageGrid.Viewer",
"main": "index.html",
"version": "0.0.1",
"window": {
"title": "ImageGrid.Viewer",
"position": "center",
"width": 900,
"height": 700,
"min_width": 400,
"min_height": 400,
"frame": false,
"toolbar": false
}
}