walnut.js/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

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": {
"bluebird": "3.x",
2015-03-29 03:28:41 +00:00
"body-parser": "1.x",
"cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2",
2015-03-29 03:28:41 +00:00
"connect": "3.x",
"connect-cors": "0.5.x",
"connect-recase": "1.x",
"connect-send-error": "1.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",
"express": "4.x",
"express-lazy": "^1.1.1",
2015-10-09 03:47:38 +00:00
"express-session": "^1.11.3",
2017-05-29 17:08:32 +00:00
"mailchimp-api-v3": "^1.7.0",
"mandrill-api": "^1.0.45",
2017-05-18 01:00:53 +00:00
"masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git",
2017-05-26 20:23:17 +00:00
"mkdirp": "^0.5.1",
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",
"oauthcommon": "git+https://git.daplie.com/node/oauthcommon.git",
2015-03-29 03:28:41 +00:00
"serve-static": "1.x",
2017-05-09 17:48:24 +00:00
"sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
2017-05-30 17:31:29 +00:00
"stripe": "^4.22.0",
2015-03-29 03:28:41 +00:00
"twilio": "1.x",
"ursa": "^0.9.1"
2015-02-12 09:40:37 +00:00
}
}