forked from NuSkooler/enigma-bbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
57
58
59
60
61
62
63
64
65
{
"name": "enigma-bbs",
"version": "0.0.10-alpha",
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <[email protected]>",
"license": "BSD-2-Clause",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git"
},
"homepage": "https://github.com/NuSkooler/enigma-bbs",
"bugs": {
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
},
"keywords": [
"bbs",
"telnet",
"ssh",
"retro"
],
"dependencies": {
"async": "3.1.0",
"binary-parser": "^1.5.0",
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "^1.8.12",
"exiftool": "^0.0.3",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"graceful-fs": "^4.2.3",
"hashids": "2.1.0",
"hjson": "^3.2.1",
"iconv-lite": "0.5.0",
"inquirer": "^7.0.0",
"later": "1.2.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mime-types": "2.1.25",
"minimist": "1.2.0",
"moment": "^2.24.0",
"nntp-server": "^1.0.3",
"node-pty": "^0.9.0",
"nodemailer": "^6.3.1",
"otplib": "11.0.1",
"qrcode-generator": "^1.4.4",
"rlogin": "^1.0.0",
"sane": "4.1.0",
"sanitize-filename": "^1.6.3",
"sqlite3": "^4.1.0",
"sqlite3-trans": "^1.2.1",
"ssh2": "0.8.6",
"temptmp": "^1.1.0",
"uuid": "^3.3.3",
"uuid-parse": "1.1.0",
"ws": "^7.2.0",
"xxhash": "^0.3.0",
"yazl": "^2.5.1"
},
"devDependencies": {},
"engines": {
"node": ">=8"
}
}