ImageGrid/Viewer/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "ImageGrid.Viewer.g4",
"main": "index.html",
"version": "4.0.0a",
"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": {
"app-module-path": "^1.0.6",
"async-json": "0.0.2",
"electron": "^9.3.5",
"exif-reader": "^1.0.3",
"exiftool": "^0.0.3",
"fs-extra": "^7.0.1",
"fs-walk": "^0.0.1",
"generic-walk": "^1.4.0",
"glob": "^7.1.6",
"guarantee-events": "^1.0.0",
"ig-actions": "^3.24.21",
"ig-argv": "^2.15.0",
"ig-features": "^3.4.2",
"ig-object": "^5.4.12",
"ig-types": "^5.0.39",
"moment": "^2.29.1",
"object-run": "^1.0.1",
"requirejs": "^2.3.6",
"requirejs-plugins": "^1.0.2",
"sharp": "^0.25.4",
"strip-json-comments": "^2.0.1",
"v8-compile-cache": "^2.2.0",
"wildglob": "^0.1.1"
},
"dependencies-disabled": {
"openseadragon": "^2.4.1",
"commander": "^2.20.3",
"flickrapi": "^0.3.28"
},
"optionalDependencies": {
"pica": "^3.0.6"
},
"devDependencies": {
"asar": "^3.0.1",
"electron-rebuild": "^1.11.0",
"less": "^3.12.2"
},
"bin": {
"ig": "ig.js"
},
"scripts": {
"start": "echo Use 'make run' instead of npm start..."
},
"vim-cfg": " vim:set ts=2 sw=2 expandtab : "
}