walnut.js/package.json

68 wiersze
1.5 KiB
JSON
Czysty Zwykły widok Historia

2015-02-12 09:40:37 +00:00
{
"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": {
2015-02-19 06:06:56 +00:00
"bluebird": "^2.9.9",
2015-02-19 20:51:17 +00:00
"body-parser": "^1.12.0",
2015-02-19 06:06:56 +00:00
"check-ip-address": "^1.1.0",
2015-02-12 17:24:30 +00:00
"cli": "^0.6.5",
2015-02-19 20:51:17 +00:00
"compression": "^1.4.1",
2015-02-12 17:24:30 +00:00
"connect": "^3.3.4",
2015-02-19 20:51:17 +00:00
"connect-cors": "^0.5.6",
"connect-query": "^0.2.0",
"cookie-parser": "^1.3.4",
"errorhandler": "^1.3.4",
2015-02-14 09:15:29 +00:00
"escape-string-regexp": "^1.0.2",
2015-02-12 09:40:37 +00:00
"express": "^4.11.2",
2015-02-19 20:51:17 +00:00
"express-session": "^1.10.3",
2015-02-12 17:24:30 +00:00
"foreachasync": "^5.0.5",
2015-02-20 21:21:37 +00:00
"http-proxy": "^1.8.1",
2015-02-19 20:51:17 +00:00
"human-readable-ids": "^1.0.1",
2015-02-19 06:06:56 +00:00
"nat-pmp": "0.0.3",
"node-acme": "0.0.1",
"request": "^2.53.0",
"serve-favicon": "^2.2.0",
2015-02-23 19:29:18 +00:00
"serve-index": "^1.6.2",
2015-02-19 20:51:17 +00:00
"serve-static": "^1.9.1",
2015-02-12 17:24:30 +00:00
"ssl-root-cas": "^1.1.7",
2015-02-19 20:51:17 +00:00
"urlrouter": "^0.5.4",
2015-02-19 06:06:56 +00:00
"vhost": "^3.0.0",
"xml2js": "^0.4.5"
2015-02-12 09:40:37 +00:00
}
}