mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "ImageGrid.Viewer.g4",
|
|
"main": "index.html",
|
|
"version": "4.0.13a",
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
"contributors": [],
|
|
"repository": "github:flynx/ImageGrid",
|
|
"preferGlobal": true,
|
|
"window": {
|
|
"title": "ImageGrid.Viewer (gen4)",
|
|
"position": "center",
|
|
"width": 900,
|
|
"height": 700,
|
|
"min_width": 400,
|
|
"min_height": 400,
|
|
"frame": true,
|
|
"toolbar": false,
|
|
"show": false
|
|
},
|
|
"dependencies": {
|
|
"object-run": "*",
|
|
"ig-object": "*",
|
|
"ig-types": "*",
|
|
"ig-actions": "*",
|
|
"ig-features": "*",
|
|
"ig-argv": "*",
|
|
"ig-doc": "*",
|
|
"guarantee-events": "*",
|
|
"generic-walk": "*",
|
|
|
|
"requirejs": "*",
|
|
"requirejs-plugins": "*",
|
|
"fs-extra": "*",
|
|
"glob": "*",
|
|
"wildglob": "*",
|
|
"electron": "^37.0.0",
|
|
"sharp": "*",
|
|
"sharp-phash": "^2.0.0",
|
|
"exif-reader": "^1.0.3",
|
|
"exifreader": "*",
|
|
"exiftool": "^0.0.3",
|
|
"cli-progress": "^3.9.0",
|
|
"colors": "^1.4.0",
|
|
|
|
"v8-compile-cache": "^2.2.0",
|
|
"app-module-path": "*",
|
|
"fs-walk": "*",
|
|
"async-json": "0.0.2",
|
|
"json5": "^2.2.0"
|
|
},
|
|
"-dependencies": {
|
|
"openseadragon": "^2.4.1",
|
|
"flickrapi": "^0.3.28",
|
|
"pouchdb": "^7.2.2",
|
|
"moment": "^2.29.1",
|
|
"imghash": "^0.0.9"
|
|
},
|
|
"optionalDependencies": {
|
|
"pica": "*"
|
|
},
|
|
"devDependencies": {
|
|
"asar": "^3.0.1",
|
|
"electron-rebuild": "*",
|
|
"rcedit": "^3.0.0"
|
|
},
|
|
"-devDependencies": {},
|
|
"bin": {
|
|
"ig": "ig.js"
|
|
},
|
|
"scripts": {
|
|
"start": "echo Use 'make run' instead of npm start..."
|
|
},
|
|
"-vim-cfg": " vim:set ts=2 sw=2 expandtab : "
|
|
}
|