-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dermail-api",
"version": "6.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.fm:zllovesuki/dermail-api.git"
},
"author": "Rachel Chen <me@rachelchen.me>",
"license": "GPL-3.0",
"dependencies": {
"aho-corasick": "^0.1.3",
"bcryptjs": "^2.4.3",
"binary-search-insert": "^1.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bunyan": "^1.8.12",
"cors": "^2.8.4",
"dermail-spam": "git+https://git.fm/zllovesuki/dermail-spam",
"elasticsearch": "^15.2.0",
"express": "^4.15.4",
"express-bunyan-logger": "^1.3.2",
"express-rate-limit": "^3.3.0",
"formidable": "^1.1.1",
"gelf-stream": "git+https://github.com/zllovesuki/gelf-stream.git",
"glob-to-regexp": "^0.4.0",
"html-to-text": "^4.0.0",
"iconv": "^2.3.0",
"ip2asn": "git+https://github.com/zllovesuki/ip2asn.git",
"ipaddr.js": "^1.4.0",
"jsonwebtoken": "^8.3.0",
"jwt-simple": "^0.5.1",
"knox": "^0.9.2",
"lodash": "^4.17.4",
"mailparser": "^0.6.1",
"moment-timezone": "^0.5.13",
"node-forge": "^0.7.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pushover-notifications": "^1.2.0",
"request": "^2.81.0",
"rethinkdb": "^2.3.3",
"rethinkdb-job-queue": "^3.1.3",
"shortid": "^2.2.8",
"socket.io": "^2.0.3",
"socketio-jwt": "^4.5.0",
"superagent": "^4.0.0-beta.5",
"url": "^0.11.0",
"validator": "^10.8.0",
"web-push": "^3.2.2"
}
}