65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "walnut",
 | |
|   "version": "0.1.0",
 | |
|   "description": "zero-config home cloud server",
 | |
|   "main": "walnut.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/Daplie/walnut.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "ssl",
 | |
|     "tls",
 | |
|     "https",
 | |
|     "rsa",
 | |
|     "pem",
 | |
|     "example",
 | |
|     "demo",
 | |
|     "test",
 | |
|     "openssl",
 | |
|     "crt",
 | |
|     "p12",
 | |
|     "csr",
 | |
|     "certificate",
 | |
|     "certs",
 | |
|     "cert",
 | |
|     "key",
 | |
|     "private",
 | |
|     "public"
 | |
|   ],
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
 | |
|   "license": "Apache2",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/Daplie/walnut/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/Daplie/walnut",
 | |
|   "dependencies": {
 | |
|     "bluebird": "^2.9.9",
 | |
|     "body-parser": "^1.12.0",
 | |
|     "check-ip-address": "^1.1.0",
 | |
|     "cli": "^0.6.5",
 | |
|     "compression": "^1.4.1",
 | |
|     "connect": "^3.3.4",
 | |
|     "connect-cors": "^0.5.6",
 | |
|     "connect-query": "^0.2.0",
 | |
|     "cookie-parser": "^1.3.4",
 | |
|     "errorhandler": "^1.3.4",
 | |
|     "escape-string-regexp": "^1.0.2",
 | |
|     "express": "^4.11.2",
 | |
|     "express-session": "^1.10.3",
 | |
|     "foreachasync": "^5.0.5",
 | |
|     "human-readable-ids": "^1.0.1",
 | |
|     "nat-pmp": "0.0.3",
 | |
|     "node-acme": "0.0.1",
 | |
|     "request": "^2.53.0",
 | |
|     "serve-static": "^1.9.1",
 | |
|     "ssl-root-cas": "^1.1.7",
 | |
|     "urlrouter": "^0.5.4",
 | |
|     "vhost": "^3.0.0",
 | |
|     "xml2js": "^0.4.5"
 | |
|   }
 | |
| }
 |