2014-07-20 02:25:36 +04:00
|
|
|
{
|
2014-09-08 17:50:11 +04:00
|
|
|
"name": "ImageGrid.Viewer",
|
|
|
|
|
"main": "index.html",
|
|
|
|
|
"version": "0.0.1",
|
2014-07-20 02:25:36 +04:00
|
|
|
|
2014-09-08 17:50:11 +04:00
|
|
|
"window": {
|
|
|
|
|
"title": "ImageGrid.Viewer",
|
|
|
|
|
"position": "center",
|
|
|
|
|
"width": 900,
|
|
|
|
|
"height": 700,
|
|
|
|
|
"min_width": 400,
|
|
|
|
|
"min_height": 400,
|
|
|
|
|
"frame": false,
|
|
|
|
|
"toolbar": false
|
|
|
|
|
},
|
2014-07-28 22:10:43 +04:00
|
|
|
|
2014-09-08 17:50:11 +04:00
|
|
|
"webkit": {
|
|
|
|
|
"page-cache": true
|
2014-09-08 17:51:06 +04:00
|
|
|
},
|
2014-09-08 17:50:11 +04:00
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"requirejs": "*",
|
|
|
|
|
"fs.extra": "*"
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-20 02:25:36 +04:00
|
|
|
}
|