mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			354 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			354 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "bs-recipes-server",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "Server + Logging + History API fallback middlewares Example",
 | 
						|
  "main": "app.js",
 | 
						|
  "scripts": {
 | 
						|
    "start": "node app.js"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "dependencies": {
 | 
						|
    "browser-sync": "^2.1.6",
 | 
						|
    "connect-logger": "0.0.1",
 | 
						|
    "connect-history-api-fallback": "^1.1.0"
 | 
						|
  }
 | 
						|
}
 |