mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-03 12:50:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "name": "ImageGrid.Viewer.g4",
 | 
						|
  "main": "index.html",
 | 
						|
  "version": "4.0.0a",
 | 
						|
  "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",
 | 
						|
    "commander": "^2.11.0",
 | 
						|
    "exiftool": "^0.0.3",
 | 
						|
    "fs-extra": "^4.0.2",
 | 
						|
    "fs-walk": "^0.0.1",
 | 
						|
    "glob": "^4.0.6",
 | 
						|
    "guarantee-events": "^1.0.0",
 | 
						|
    "ig-actions": "^3.9.0",
 | 
						|
    "ig-features": "^3.3.2",
 | 
						|
    "ig-object": "^1.0.2",
 | 
						|
    "openseadragon": "^2.3.1",
 | 
						|
    "pica": "^3.0.6",
 | 
						|
    "preact": "^8.2.5",
 | 
						|
    "react": "^15.6.2",
 | 
						|
    "react-dom": "^15.6.2",
 | 
						|
    "requirejs": "^2.3.5",
 | 
						|
    "requirejs-plugins": "^1.0.2",
 | 
						|
    "sharp": "^0.17.3",
 | 
						|
    "wildglob": "^0.1.1"
 | 
						|
  },
 | 
						|
  "optionalDependencies": {
 | 
						|
    "flickrapi": "^0.3.28"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "less": "*",
 | 
						|
    "nwjs": "*",
 | 
						|
    "webdriverio": "^4.0.4",
 | 
						|
    "webpack": "^2.7.0"
 | 
						|
  },
 | 
						|
  "bin": {
 | 
						|
    "ig": "ig.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build-css": "lessc css/layout.less css/layout.css",
 | 
						|
    "start": "nw ."
 | 
						|
  }
 | 
						|
}
 |