ImageGrid/ui (gen4)/package.json
Alex A. Naanou 38ea605f00 added loadURLs action + some tweaks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2014-11-14 21:57:55 +03:00

24 lines
411 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": {
"fs.extra": "*",
"glob": "^4.0.6",
"requirejs": "*"
}
}