-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
41 lines (41 loc) · 855 Bytes
/
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
{
"name": "doushio",
"version": "0.3.1",
"description": "Real-time imageboard",
"keywords": [
"realtime",
"imageboard",
"redis"
],
"homepage": "https://github.com/lalcmellkmal/doushio",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lalcmellkmal/doushio.git"
},
"scripts": {
"postinstall": "make",
"start": "node server/server.js"
},
"dependencies": {
"formidable": "1.0.17",
"ip": "1.1.5",
"minimist": "^1.2.5",
"node-fetch": "2.6.7",
"recaptcha2": "1.3.3",
"redis": "^3.1.2",
"stream-buffers": "3.0.2",
"tmp-promise": "^3.0.2",
"uglify-es": "^3.3.9",
"uglify-js": "2.7.5",
"winston": "2.3.0",
"ws": "^7.5.3"
},
"optionalDependencies": {
"bufferutil": "4",
"node-telegram-bot-api": "^0.53.0",
"nodemailer": "^6.4.10",
"send": "0.14.1",
"utf-8-validate": "5"
}
}