2014-11-14 21:57:55 +03:00
|
|
|
{
|
2016-01-03 04:49:00 +03:00
|
|
|
"name": "ImageGrid.Viewer.g4",
|
|
|
|
|
"main": "index.html",
|
2016-05-29 19:50:37 +03:00
|
|
|
"version": "4.0.0a",
|
2016-06-05 17:39:19 +03:00
|
|
|
"preferGlobal": true,
|
2016-01-03 04:49:00 +03:00
|
|
|
"window": {
|
|
|
|
|
"title": "ImageGrid.Viewer (gen4)",
|
|
|
|
|
"position": "center",
|
|
|
|
|
"width": 900,
|
|
|
|
|
"height": 700,
|
|
|
|
|
"min_width": 400,
|
|
|
|
|
"min_height": 400,
|
|
|
|
|
"frame": true,
|
|
|
|
|
"toolbar": false,
|
|
|
|
|
"show": false
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2016-05-02 15:12:18 +03:00
|
|
|
"app-module-path": "^1.0.6",
|
2016-01-03 04:49:00 +03:00
|
|
|
"commander": "^2.9.0",
|
2016-06-01 21:19:24 +03:00
|
|
|
"exiftool": "^0.0.3",
|
2016-01-03 04:49:00 +03:00
|
|
|
"fs-extra": "*",
|
2016-06-01 21:19:24 +03:00
|
|
|
"fs-walk": "^0.0.1",
|
2016-01-03 04:49:00 +03:00
|
|
|
"glob": "^4.0.6",
|
|
|
|
|
"guarantee-events": "^1.0.0",
|
2016-08-26 06:14:49 +03:00
|
|
|
"ig-features": "^2.0.0",
|
2017-01-03 02:55:25 +03:00
|
|
|
"ig-actions": "^2.0.0",
|
2016-08-21 02:19:24 +03:00
|
|
|
"ig-object": "^1.0.1",
|
2016-05-22 21:10:37 +03:00
|
|
|
"openseadragon": "^2.1.0",
|
2016-04-08 19:28:38 +03:00
|
|
|
"requirejs": "^2.1.23",
|
2017-01-03 02:55:25 +03:00
|
|
|
"sharp": "^0.17.0"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"optionalDependencies": {
|
2016-06-06 18:46:23 +03:00
|
|
|
"flickrapi": "^0.3.28"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-03-24 20:34:51 +03:00
|
|
|
"less": "*",
|
2016-05-29 19:50:37 +03:00
|
|
|
"webdriverio": "^4.0.4",
|
|
|
|
|
"nwjs": "*"
|
2016-03-08 18:43:29 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"bin": {
|
|
|
|
|
"ig": "ig.js"
|
|
|
|
|
},
|
2016-03-08 18:43:29 +03:00
|
|
|
"scripts": {
|
2016-05-29 19:50:37 +03:00
|
|
|
"build-css": "lessc css/layout.less css/layout.css",
|
|
|
|
|
"start": "nw ."
|
2016-01-03 04:49:00 +03:00
|
|
|
}
|
2014-11-14 21:57:55 +03:00
|
|
|
}
|