ImageGrid/ui (gen4)/package.json
Alex A. Naanou 13499c80b7 minor fixes to package.json and Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2014-09-08 17:50:11 +04:00

27 lines
388 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
},
"webkit": {
"page-cache": true
}
"dependencies": {
"requirejs": "*",
"fs.extra": "*"
}
}