2014-11-14 21:57:55 +03:00
|
|
|
{
|
2016-01-03 04:49:00 +03:00
|
|
|
"name": "ImageGrid.Viewer.g4",
|
2018-01-30 06:36:48 +03:00
|
|
|
"main": "index.html",
|
2016-05-29 19:50:37 +03:00
|
|
|
"version": "4.0.0a",
|
2018-01-14 22:23:51 +03:00
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
|
|
|
"contributors": [],
|
|
|
|
|
"repository": "github:flynx/ImageGrid",
|
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",
|
2018-01-18 05:04:42 +03:00
|
|
|
"async-json": "0.0.2",
|
2020-03-17 01:34:16 +03:00
|
|
|
"electron": "^5.0.13",
|
2016-06-01 21:19:24 +03:00
|
|
|
"exiftool": "^0.0.3",
|
2018-12-12 00:53:17 +03:00
|
|
|
"fs-extra": "^7.0.1",
|
2016-06-01 21:19:24 +03:00
|
|
|
"fs-walk": "^0.0.1",
|
2019-05-04 15:46:04 +03:00
|
|
|
"generic-walk": "^1.4.0",
|
2020-03-17 01:34:16 +03:00
|
|
|
"glob": "^7.1.6",
|
2016-01-03 04:49:00 +03:00
|
|
|
"guarantee-events": "^1.0.0",
|
2020-04-23 18:58:09 +03:00
|
|
|
"ig-actions": "^3.24.5",
|
2020-04-19 01:51:18 +03:00
|
|
|
"ig-features": "^3.4.1",
|
2020-04-16 01:46:15 +03:00
|
|
|
"ig-object": "^2.2.0",
|
2019-05-04 15:46:04 +03:00
|
|
|
"moment": "^2.24.0",
|
2018-08-30 14:05:55 +03:00
|
|
|
"requirejs": "^2.3.6",
|
2017-05-14 00:06:55 +03:00
|
|
|
"requirejs-plugins": "^1.0.2",
|
2019-05-03 17:22:30 +03:00
|
|
|
"sharp": "^0.22.1",
|
2017-12-29 18:33:59 +03:00
|
|
|
"strip-json-comments": "^2.0.1",
|
2019-10-10 06:07:17 +03:00
|
|
|
"v8-compile-cache": "^2.1.0",
|
2017-02-07 18:58:37 +03:00
|
|
|
"wildglob": "^0.1.1"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
2019-12-29 20:40:30 +03:00
|
|
|
"dependencies-disabled": {
|
|
|
|
|
"openseadragon": "^2.4.1",
|
|
|
|
|
"commander": "^2.20.3",
|
|
|
|
|
"flickrapi": "^0.3.28"
|
|
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"optionalDependencies": {
|
2019-12-29 20:40:30 +03:00
|
|
|
"pica": "^3.0.6"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies-disabled": {
|
2018-01-13 05:19:45 +03:00
|
|
|
"preact": "^8.2.7",
|
|
|
|
|
"react": "^15.6.2",
|
|
|
|
|
"react-dom": "^15.6.2"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-03-17 01:34:16 +03:00
|
|
|
"asar": "^3.0.1",
|
|
|
|
|
"electron-rebuild": "^1.10.1",
|
|
|
|
|
"less": "^3.11.1"
|
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",
|
2018-01-09 02:27:54 +03:00
|
|
|
"build-dist": "make dist",
|
2018-01-30 06:36:48 +03:00
|
|
|
"start": "electron e.js",
|
|
|
|
|
"start-nw": "nw .",
|
|
|
|
|
"start-electron": "electron e.js ."
|
2018-01-14 22:23:51 +03:00
|
|
|
},
|
|
|
|
|
"vim-cfg": " vim:set ts=2 sw=2 expandtab : "
|
2014-11-14 21:57:55 +03:00
|
|
|
}
|