mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-29 10:20:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			957 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			957 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|   "name": "ImageGrid.Viewer.g4",
 | |
|   "main": "index.html",
 | |
|   "version": "4.0.0a",
 | |
|   "preferGlobal": true,
 | |
|   "chromium-args": "--disable-gpu-compositing",
 | |
|   "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.9.0",
 | |
|     "exiftool": "^0.0.3",
 | |
|     "fs-extra": "*",
 | |
|     "fs-walk": "^0.0.1",
 | |
|     "glob": "^4.0.6",
 | |
|     "guarantee-events": "^1.0.0",
 | |
|     "openseadragon": "^2.1.0",
 | |
|     "requirejs": "^2.1.23",
 | |
|     "sharp": "^0.12.0"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "flickrapi": "^0.3.28"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "less": "*",
 | |
|     "webdriverio": "^4.0.4",
 | |
|     "nwjs": "*"
 | |
|   },
 | |
|   "bin": {
 | |
|     "ig": "ig.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build-css": "lessc css/layout.less css/layout.css",
 | |
|     "start": "nw ."
 | |
|   }
 | |
| }
 |