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-12-09 06:27:11 +03:00
|
|
|
"cli-progress": "^3.8.2",
|
|
|
|
|
"colors": "^1.4.0",
|
2020-12-12 09:29:57 +03:00
|
|
|
"electron": "^9.4.0",
|
2020-11-02 03:16:01 +03:00
|
|
|
"exif-reader": "^1.0.3",
|
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-12-20 06:12:47 +03:00
|
|
|
"ig-actions": "^3.24.29",
|
2020-12-13 04:12:12 +03:00
|
|
|
"ig-argv": "^2.16.3",
|
2020-12-19 14:59:34 +03:00
|
|
|
"ig-features": "^3.4.5",
|
|
|
|
|
"ig-object": "^5.4.14",
|
2020-12-22 18:25:14 +03:00
|
|
|
"ig-types": "^6.0.7",
|
2020-12-12 04:55:35 +03:00
|
|
|
"json5": "^2.1.3",
|
2020-07-09 02:25:15 +03:00
|
|
|
"object-run": "^1.0.1",
|
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",
|
2020-07-09 02:25:15 +03:00
|
|
|
"sharp": "^0.25.4",
|
2020-11-02 05:33:29 +03:00
|
|
|
"v8-compile-cache": "^2.2.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",
|
2020-12-12 04:55:35 +03:00
|
|
|
"flickrapi": "^0.3.28",
|
2020-12-12 05:16:27 +03:00
|
|
|
"pouchdb": "^7.2.2",
|
2020-12-12 04:55:35 +03:00
|
|
|
"moment": "^2.29.1"
|
2019-12-29 20:40:30 +03:00
|
|
|
},
|
2016-06-05 17:39:19 +03:00
|
|
|
"optionalDependencies": {
|
2019-12-29 20:40:30 +03:00
|
|
|
"pica": "^3.0.6"
|
|
|
|
|
},
|
2016-01-03 04:49:00 +03:00
|
|
|
"devDependencies": {
|
2020-03-17 01:34:16 +03:00
|
|
|
"asar": "^3.0.1",
|
2020-05-16 17:56:13 +03:00
|
|
|
"electron-rebuild": "^1.11.0",
|
2020-12-19 14:59:34 +03:00
|
|
|
"less": "^3.13.1",
|
2020-12-16 22:40:10 +03:00
|
|
|
"rcedit": "^3.0.0"
|
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": {
|
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
|
|
|
},
|
|
|
|
|
"vim-cfg": " vim:set ts=2 sw=2 expandtab : "
|
2014-11-14 21:57:55 +03:00
|
|
|
}
|