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",
|
2025-04-07 15:38:41 +03:00
|
|
|
"version": "4.0.13a",
|
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": {
|
2023-04-30 00:32:26 +03:00
|
|
|
"object-run": "*",
|
|
|
|
|
"ig-object": "*",
|
|
|
|
|
"ig-types": "*",
|
2022-02-18 01:26:50 +03:00
|
|
|
"ig-actions": "*",
|
2023-04-30 00:32:26 +03:00
|
|
|
"ig-features": "*",
|
2022-02-18 01:26:50 +03:00
|
|
|
"ig-argv": "*",
|
2022-08-02 18:04:06 +03:00
|
|
|
"ig-doc": "*",
|
2023-04-30 00:32:26 +03:00
|
|
|
"guarantee-events": "*",
|
|
|
|
|
"generic-walk": "*",
|
|
|
|
|
|
2022-01-26 22:45:41 +03:00
|
|
|
"requirejs": "*",
|
|
|
|
|
"requirejs-plugins": "*",
|
2023-04-30 00:32:26 +03:00
|
|
|
"fs-extra": "*",
|
|
|
|
|
"glob": "*",
|
|
|
|
|
"wildglob": "*",
|
2025-08-24 00:39:21 +03:00
|
|
|
"electron": "^37.0.0",
|
2022-02-02 20:20:47 +03:00
|
|
|
"sharp": "*",
|
2023-02-09 05:48:17 +03:00
|
|
|
"sharp-phash": "^2.0.0",
|
2023-04-30 00:32:26 +03:00
|
|
|
"exif-reader": "^1.0.3",
|
|
|
|
|
"exifreader": "*",
|
|
|
|
|
"exiftool": "^0.0.3",
|
|
|
|
|
"cli-progress": "^3.9.0",
|
|
|
|
|
"colors": "^1.4.0",
|
|
|
|
|
|
2020-11-02 05:33:29 +03:00
|
|
|
"v8-compile-cache": "^2.2.0",
|
2023-04-30 00:32:26 +03:00
|
|
|
"app-module-path": "*",
|
|
|
|
|
"fs-walk": "*",
|
|
|
|
|
"async-json": "0.0.2",
|
|
|
|
|
"json5": "^2.2.0"
|
2016-01-03 04:49:00 +03:00
|
|
|
},
|
2022-01-31 20:57:04 +03:00
|
|
|
"-dependencies": {
|
2019-12-29 20:40:30 +03:00
|
|
|
"openseadragon": "^2.4.1",
|
2020-12-12 04:55:35 +03:00
|
|
|
"flickrapi": "^0.3.28",
|
2020-12-12 05:16:27 +03:00
|
|
|
"pouchdb": "^7.2.2",
|
2023-02-09 05:48:17 +03:00
|
|
|
"moment": "^2.29.1",
|
|
|
|
|
"imghash": "^0.0.9"
|
2019-12-29 20:40:30 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"optionalDependencies": {
|
2022-11-07 02:35:08 +03:00
|
|
|
"pica": "*"
|
2019-12-29 20:40:30 +03:00
|
|
|
},
|
2016-01-03 04:49:00 +03:00
|
|
|
"devDependencies": {
|
2025-10-16 12:42:02 +03:00
|
|
|
"@electron/asar": "^3.0.1",
|
|
|
|
|
"@electron/rebuild": "*",
|
2020-12-16 22:40:10 +03:00
|
|
|
"rcedit": "^3.0.0"
|
2016-03-08 18:43:29 +03:00
|
|
|
},
|
2023-02-09 05:48:17 +03:00
|
|
|
"-devDependencies": {},
|
2016-06-05 17:39:19 +03:00
|
|
|
"bin": {
|
|
|
|
|
"ig": "ig.js"
|
|
|
|
|
},
|
2016-03-08 18:43:29 +03:00
|
|
|
"scripts": {
|
2020-08-13 14:53:23 +03:00
|
|
|
"start": "echo Use 'make run' instead of npm start..."
|
2018-01-14 22:23:51 +03:00
|
|
|
},
|
2022-01-31 20:57:04 +03:00
|
|
|
"-vim-cfg": " vim:set ts=2 sw=2 expandtab : "
|
2014-11-14 21:57:55 +03:00
|
|
|
}
|