walnut.js/package.json

81 行
2.1 KiB
JSON

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",
2018-05-17 10:09:43 +00:00
"url": "https://git.coolaj86.com/coolaj86/walnut.js.git"
2015-02-12 09:40:37 +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"
],
2018-05-17 10:09:43 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
2017-11-07 11:17:05 +00:00
"license": "(MIT or Apache2)",
2015-02-12 09:40:37 +00:00
"bugs": {
2018-05-17 10:09:43 +00:00
"url": "https://git.coolaj86.com/coolaj86/walnut.js/issues"
2015-02-12 09:40:37 +00:00
},
2018-05-17 10:09:43 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/walnut.js",
2015-02-12 09:40:37 +00:00
"dependencies": {
"bluebird": "3.x",
2015-03-29 03:28:41 +00:00
"body-parser": "1.x",
2018-05-17 10:09:43 +00:00
"cluster-store": "^2.0.8",
2015-03-29 03:28:41 +00:00
"connect": "3.x",
"connect-cors": "0.5.x",
"connect-recase": "^1.0.2",
2015-03-29 03:28:41 +00:00
"connect-send-error": "1.x",
"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",
"express-lazy": "^1.1.1",
2015-10-09 03:47:38 +00:00
"express-session": "^1.11.3",
"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",
2018-05-17 10:09:43 +00:00
"masterquest-sqlite3": "^1.1.1",
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-11-10 19:52:27 +00:00
"oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
"recase": "^1.0.4",
"request": "^2.81.0",
"scmp": "^2.0.0",
2015-03-29 03:28:41 +00:00
"serve-static": "1.x",
2018-05-17 10:09:43 +00:00
"sqlite3-cluster": "^2.1.2",
2017-05-30 17:31:29 +00:00
"stripe": "^4.22.0",
2017-11-07 11:38:10 +00:00
"twilio": "1.x"
2018-05-17 10:09:43 +00:00
},
"gitDependencies": {
"cluster-store": "git+https://git.coolaj86.com/coolaj86/cluster-store.git#v2",
"masterquest-sqlite3": "git+https://git.coolaj86.com/coolaj86/masterquest-sqlite3.git",
"oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
"sqlite3-cluster": "git+https://git.coolaj86.com/coolaj86/sqlite3-cluster.git#v2"
2015-02-12 09:40:37 +00:00
}
}