2014-10-16 20:21:06 -06:00
|
|
|
{
|
2015-10-19 22:33:11 -06:00
|
|
|
"name": "enigma-bbs",
|
2022-03-28 18:51:43 -05:00
|
|
|
"version": "0.0.13-beta",
|
2015-10-19 22:33:11 -06:00
|
|
|
"description": "ENiGMA½ Bulletin Board System",
|
|
|
|
"author": "Bryan Ashby <bryan@l33t.codes>",
|
|
|
|
"license": "BSD-2-Clause",
|
2017-10-27 16:54:02 +02:00
|
|
|
"scripts": {
|
2017-10-27 21:43:10 +02:00
|
|
|
"start": "node main.js"
|
2017-10-27 16:54:02 +02:00
|
|
|
},
|
2015-10-29 16:01:21 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
2015-10-28 10:58:53 -06:00
|
|
|
},
|
2016-09-08 21:53:33 -06:00
|
|
|
"homepage": "https://github.com/NuSkooler/enigma-bbs",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
|
|
|
|
},
|
2015-10-19 22:33:11 -06:00
|
|
|
"keywords": [
|
|
|
|
"bbs",
|
2017-01-25 22:18:05 -07:00
|
|
|
"telnet",
|
2017-05-10 21:18:53 -06:00
|
|
|
"ssh",
|
2017-01-25 22:18:05 -07:00
|
|
|
"retro"
|
2015-10-19 22:33:11 -06:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-01-31 22:22:22 -07:00
|
|
|
"@breejs/later": "4.1.0",
|
2022-04-05 20:55:49 -06:00
|
|
|
"async": "^3.2.3",
|
2022-02-01 00:25:59 -07:00
|
|
|
"binary-parser": "2.0.2",
|
2018-04-28 00:33:34 +01:00
|
|
|
"buffers": "github:NuSkooler/node-buffers",
|
2021-02-08 19:47:46 -07:00
|
|
|
"bunyan": "1.8.15",
|
2022-04-05 20:55:49 -06:00
|
|
|
"deepdash": "^5.3.9",
|
2017-09-07 21:21:24 -06:00
|
|
|
"exiftool": "^0.0.3",
|
2022-04-05 20:57:36 -06:00
|
|
|
"fs-extra": "^10.0.1",
|
2022-04-05 20:55:49 -06:00
|
|
|
"glob": "^7.2.0",
|
|
|
|
"graceful-fs": "^4.2.10",
|
|
|
|
"hashids": "^2.2.10",
|
2020-11-18 13:51:12 -07:00
|
|
|
"hjson": "3.2.2",
|
2022-01-31 22:22:22 -07:00
|
|
|
"iconv-lite": "0.6.3",
|
2020-04-21 22:14:29 -06:00
|
|
|
"ini-config-parser": "^1.0.4",
|
2022-04-05 20:57:36 -06:00
|
|
|
"inquirer": "^8.2.2",
|
2021-05-09 09:49:03 +00:00
|
|
|
"lodash": "4.17.21",
|
2022-04-08 17:18:51 -06:00
|
|
|
"lru-cache": "^7.8.0",
|
2022-04-05 20:55:49 -06:00
|
|
|
"mime-types": "^2.1.35",
|
|
|
|
"minimist": "^1.2.6",
|
|
|
|
"moment": "^2.29.2",
|
2019-01-12 09:39:06 -07:00
|
|
|
"nntp-server": "^1.0.3",
|
2022-01-31 22:22:22 -07:00
|
|
|
"node-pty": "0.10.1",
|
2022-04-05 20:55:49 -06:00
|
|
|
"nodemailer": "^6.7.3",
|
2019-07-06 21:15:19 -06:00
|
|
|
"otplib": "11.0.1",
|
2019-10-29 21:17:58 -06:00
|
|
|
"qrcode-generator": "^1.4.4",
|
2017-11-02 00:41:20 +00:00
|
|
|
"rlogin": "^1.0.0",
|
2022-02-01 21:23:45 -07:00
|
|
|
"sane": "5.0.1",
|
2019-10-29 21:17:58 -06:00
|
|
|
"sanitize-filename": "^1.6.3",
|
2020-05-14 22:12:03 -06:00
|
|
|
"sqlite3": "^4.2.0",
|
2019-11-23 10:08:42 -07:00
|
|
|
"sqlite3-trans": "^1.2.2",
|
2022-04-06 10:01:21 -06:00
|
|
|
"ssh2": "^1.9.0",
|
2020-06-03 21:56:25 -06:00
|
|
|
"telnet-socket": "^0.2.3",
|
2018-11-19 20:40:02 -07:00
|
|
|
"temptmp": "^1.1.0",
|
2021-02-08 19:47:46 -07:00
|
|
|
"uuid": "8.3.2",
|
2019-07-06 21:15:19 -06:00
|
|
|
"uuid-parse": "1.1.0",
|
2021-02-08 19:47:46 -07:00
|
|
|
"ws": "7.4.3",
|
2020-11-09 21:32:34 -07:00
|
|
|
"yazl": "^2.5.1",
|
2022-05-01 12:41:20 -06:00
|
|
|
"systeminformation" : "^5.11.14"
|
2020-06-11 22:40:05 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-08 17:18:51 -06:00
|
|
|
"eslint": "^8.13.0"
|
2015-10-19 22:33:11 -06:00
|
|
|
},
|
2016-01-03 17:58:25 -07:00
|
|
|
"engines": {
|
2022-03-28 17:52:52 -05:00
|
|
|
"node": ">=14"
|
2015-12-08 11:07:34 -07:00
|
|
|
}
|
2015-10-19 22:33:11 -06:00
|
|
|
}
|