walnut.js/package.json

127 rivejä
3.0 KiB
JSON
Raaka Normaali näkymä 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-03-29 03:28:41 +00:00
"accepts": "^1.2.5",
2015-11-03 23:52:27 +00:00
"authcodes": "git://bitbucket.org/daplie/authcodes.git",
"authenticator": "^1.0.0",
2015-03-29 03:28:41 +00:00
"bluebird": "2.x",
"body-parser": "1.x",
"btoa": "1.x",
"bytes": "^1.0.0",
2015-10-09 03:47:38 +00:00
"cluster-store": "^1.0.0",
2015-03-29 03:28:41 +00:00
"compression": "1.x",
"connect": "3.x",
"connect-cors": "0.5.x",
"connect-query": "0.2.x",
"connect-recase": "1.x",
"connect-send-error": "1.x",
"content-type": "^1.0.1",
"cookie": "^0.1.2",
"cookie-parser": "1.x",
"cookie-session": "1.x",
"cookie-signature": "^1.0.6",
"crc": "^3.2.1",
2015-11-03 23:52:27 +00:00
"dbwrap": "git://bitbucket.org/daplie/dbwrap.git",
2015-03-29 03:28:41 +00:00
"debug": "^2.1.3",
"depd": "^1.0.0",
"destroy": "^1.0.3",
"ee-first": "^1.1.0",
"errorhandler": "1.x",
"es6-promise": "2.x",
2015-07-09 03:20:57 +00:00
"escape-html": "^1.0.2",
2015-03-29 03:28:41 +00:00
"escape-string-regexp": "1.x",
"etag": "^1.5.1",
"express": "4.x",
"express-lazy": "1.x",
2015-10-09 03:47:38 +00:00
"express-session": "^1.11.3",
2015-03-29 03:28:41 +00:00
"finalhandler": "^0.3.4",
"foreachasync": "5.x",
"fresh": "^0.2.4",
"human-readable-ids": "1.x",
"inherits": "^2.0.1",
2015-08-14 21:09:32 +00:00
"ipify": "^1.0.5",
2015-03-29 03:28:41 +00:00
"jarson": "1.x",
"json-storage": "2.x",
2015-11-03 23:52:27 +00:00
"jsonwebtoken": "^5.4.0",
2015-03-29 03:28:41 +00:00
"lodash": "2.x",
"media-typer": "^0.3.0",
"methods": "^1.1.1",
"mime": "^1.3.4",
"mime-db": "^1.8.0",
"mime-types": "^2.0.10",
"ms": "^0.7.0",
"negotiator": "^0.5.1",
"node-pre-gyp": "^0.6.4",
2015-11-12 11:14:59 +00:00
"node-uuid": "^1.4.4",
2015-10-05 19:51:58 +00:00
"nodemailer": "^1.4.0",
2015-03-29 03:28:41 +00:00
"nodemailer-mailgun-transport": "1.x",
"oauth": "0.9.x",
"on-finished": "^2.2.0",
"on-headers": "^1.0.0",
"parseurl": "^1.3.0",
"pkginfo": "^0.3.0",
"qs": "^2.4.1",
"range-parser": "^1.0.2",
"recase": "1.x",
"request": "2.44.0",
2015-06-05 23:59:22 +00:00
"request-ip": "^1.1.1",
2015-03-29 03:28:41 +00:00
"scmp": "1.x",
"secret-utils": "1.x",
"semver": "^4.3.1",
"send": "^0.12.2",
"serve-favicon": "2.x",
"serve-static": "1.x",
"sqlite3": "3.x",
2015-11-03 23:52:27 +00:00
"sqlite3-cluster": "^1.1.1",
2015-03-29 03:28:41 +00:00
"ssl-root-cas": "1.x",
"twilio": "1.x",
"type-is": "^1.6.1",
"underscore.string": "2.x",
"urlrouter": "0.5.x",
"urlsafe-base64": "1.x",
2015-11-03 23:52:27 +00:00
"ursa": "^0.9.1",
2015-03-29 03:28:41 +00:00
"useragent": "2.x",
"utils-merge": "^1.0.0",
"uuid": "2.x",
"validator": "3.x",
"vary": "^1.0.0",
"vhost": "3.x"
2015-02-12 09:40:37 +00:00
}
}