2015-02-12 09:40:37 +00:00
|
|
|
{
|
|
|
|
"name": "walnut",
|
2017-11-07 11:17:05 +00:00
|
|
|
"version": "1.2.5",
|
2015-02-12 09:40:37 +00:00
|
|
|
"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"
|
|
|
|
},
|
2017-07-07 17:00:03 +00:00
|
|
|
"bin": {
|
|
|
|
"walnut": "./bin/walnut.js"
|
|
|
|
},
|
2015-02-12 09:40:37 +00:00
|
|
|
"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)",
|
2017-11-07 11:17:05 +00:00
|
|
|
"license": "(MIT or Apache2)",
|
2015-02-12 09:40:37 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Daplie/walnut/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Daplie/walnut",
|
|
|
|
"dependencies": {
|
2016-06-07 14:49:26 +00:00
|
|
|
"bluebird": "3.x",
|
2015-03-29 03:28:41 +00:00
|
|
|
"body-parser": "1.x",
|
2017-05-10 23:26:25 +00:00
|
|
|
"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",
|
2017-06-26 19:22:57 +00:00
|
|
|
"connect-recase": "^1.0.2",
|
2015-03-29 03:28:41 +00:00
|
|
|
"connect-send-error": "1.x",
|
2017-10-23 21:36:48 +00:00
|
|
|
"cookie-parser": "^1.4.3",
|
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",
|
2015-11-17 08:18:56 +00:00
|
|
|
"express-lazy": "^1.1.1",
|
2015-10-09 03:47:38 +00:00
|
|
|
"express-session": "^1.11.3",
|
2017-07-14 00:23:42 +00:00
|
|
|
"jsonwebtoken": "^7.4.1",
|
|
|
|
"jwk-to-pem": "^1.2.6",
|
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",
|
2017-07-06 15:42:50 +00:00
|
|
|
"multiparty": "^4.1.3",
|
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",
|
2017-07-14 00:23:42 +00:00
|
|
|
"oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git",
|
2017-10-23 21:36:48 +00:00
|
|
|
"recase": "^1.0.4",
|
2017-08-04 17:45:33 +00:00
|
|
|
"request": "^2.81.0",
|
2017-10-23 21:36:48 +00:00
|
|
|
"scmp": "^2.0.0",
|
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",
|
2017-06-22 16:18:02 +00:00
|
|
|
"ursa": "^0.9.1"
|
2015-02-12 09:40:37 +00:00
|
|
|
}
|
|
|
|
}
|