mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-03 21:00:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "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",
 | 
						|
    "commander": "^2.20.3",
 | 
						|
    "electron": "^5.0.12",
 | 
						|
    "exiftool": "^0.0.3",
 | 
						|
    "fs-extra": "^7.0.1",
 | 
						|
    "fs-walk": "^0.0.1",
 | 
						|
    "generic-walk": "^1.4.0",
 | 
						|
    "glob": "^7.1.5",
 | 
						|
    "guarantee-events": "^1.0.0",
 | 
						|
    "ig-actions": "^3.24.2",
 | 
						|
    "ig-features": "^3.4.0",
 | 
						|
    "ig-object": "^2.0.0",
 | 
						|
    "moment": "^2.24.0",
 | 
						|
    "openseadragon": "^2.4.1",
 | 
						|
    "requirejs": "^2.3.6",
 | 
						|
    "requirejs-plugins": "^1.0.2",
 | 
						|
    "sharp": "^0.22.1",
 | 
						|
    "strip-json-comments": "^2.0.1",
 | 
						|
    "v8-compile-cache": "^2.1.0",
 | 
						|
    "wildglob": "^0.1.1"
 | 
						|
  },
 | 
						|
  "optionalDependencies": {
 | 
						|
    "pica": "^3.0.6",
 | 
						|
    "flickrapi": "^0.3.28",
 | 
						|
    "preact": "^8.2.7",
 | 
						|
    "react": "^15.6.2",
 | 
						|
    "react-dom": "^15.6.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "less": "^3.10.3"
 | 
						|
  },
 | 
						|
  "bin": {
 | 
						|
    "ig": "ig.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build-css": "lessc css/layout.less css/layout.css",
 | 
						|
    "build-dist": "make dist",
 | 
						|
    "start": "electron e.js",
 | 
						|
    "start-nw": "nw .",
 | 
						|
    "start-electron": "electron e.js ."
 | 
						|
  },
 | 
						|
  "vim-cfg": " vim:set ts=2 sw=2 expandtab : "
 | 
						|
}
 |