forked from coolaj86/goldilocks.js
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "serve-https",
 | |
|   "version": "1.3.1",
 | |
|   "description": "Serves HTTPS using TLS (SSL) certs for localhost.daplie.com - great for testing and development.",
 | |
|   "main": "serve.js",
 | |
|   "scripts": {
 | |
|     "test": "node serve.js -p 1443 -d /tmp/"
 | |
|   },
 | |
|   "bin": {
 | |
|     "serve-https": "serve.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/Daplie/localhost.daplie.com-server.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "https",
 | |
|     "local",
 | |
|     "localhost",
 | |
|     "development",
 | |
|     "dev",
 | |
|     "tls",
 | |
|     "ssl",
 | |
|     "cert",
 | |
|     "certs",
 | |
|     "certificate",
 | |
|     "certificates",
 | |
|     "http",
 | |
|     "express",
 | |
|     "connect",
 | |
|     "serve",
 | |
|     "server"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
 | |
|   "license": "Apache-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/Daplie/localhost.daplie.com-server/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/Daplie/localhost.daplie.com-server#readme",
 | |
|   "dependencies": {
 | |
|     "finalhandler": "^0.4.0",
 | |
|     "localhost.daplie.com-certificates": "^1.1.2",
 | |
|     "minimist": "^1.1.1",
 | |
|     "redirect-https": "^1.1.0",
 | |
|     "serve-index": "^1.7.0",
 | |
|     "serve-static": "^1.10.0"
 | |
|   }
 | |
| }
 |