mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-03 12:50:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			436 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			436 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "name": "ImageGrid.Viewer",
 | 
						|
  "main": "index.html",
 | 
						|
  "version": "0.0.1",
 | 
						|
  "window": {
 | 
						|
    "title": "ImageGrid.Viewer",
 | 
						|
    "position": "center",
 | 
						|
    "width": 900,
 | 
						|
    "height": 700,
 | 
						|
    "min_width": 400,
 | 
						|
    "min_height": 400,
 | 
						|
    "frame": false,
 | 
						|
    "toolbar": false
 | 
						|
  },
 | 
						|
  "webkit": {
 | 
						|
    "page-cache": true
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "fs.extra": "*",
 | 
						|
    "glob": "^4.0.6",
 | 
						|
    "promise": "^6.0.1",
 | 
						|
    "requirejs": "*"
 | 
						|
  }
 | 
						|
}
 |