enigma-bbs/package.json

68 lines
1.6 KiB
JSON
Raw Normal View History

2014-10-16 20:21:06 -06:00
{
"name": "enigma-bbs",
"version": "0.0.11-beta",
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause",
"scripts": {
2017-10-27 21:43:10 +02:00
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git"
2015-10-28 10:58:53 -06:00
},
"homepage": "https://github.com/NuSkooler/enigma-bbs",
"bugs": {
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
},
"keywords": [
"bbs",
"telnet",
"ssh",
"retro"
],
"dependencies": {
2020-05-14 21:49:18 -06:00
"async": "3.2.0",
2020-05-14 23:04:55 -06:00
"binary-parser": "^1.6.2",
2018-04-28 00:33:34 +01:00
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "^1.8.12",
"exiftool": "^0.0.3",
2020-05-14 22:39:49 -06:00
"fs-extra": "9.0.0",
2019-11-08 22:12:29 -07:00
"glob": "7.1.6",
2020-05-14 22:45:04 -06:00
"graceful-fs": "^4.2.4",
2020-05-14 22:48:17 -06:00
"hashids": "2.2.1",
2019-10-29 21:17:58 -06:00
"hjson": "^3.2.1",
2020-05-14 22:48:17 -06:00
"iconv-lite": "0.5.1",
2020-04-21 22:14:29 -06:00
"ini-config-parser": "^1.0.4",
2020-05-14 23:07:30 -06:00
"inquirer": "^7.1.0",
"later": "1.2.0",
2019-10-29 21:17:58 -06:00
"lodash": "^4.17.15",
2019-01-12 09:39:06 -07:00
"lru-cache": "^5.1.1",
2020-05-14 22:42:56 -06:00
"mime-types": "2.1.27",
2020-05-14 23:07:30 -06:00
"minimist": "1.2.5",
2020-05-14 22:51:30 -06:00
"moment": "^2.25.3",
2019-01-12 09:39:06 -07:00
"nntp-server": "^1.0.3",
2019-10-29 21:17:58 -06:00
"node-pty": "^0.9.0",
2020-05-14 23:07:30 -06:00
"nodemailer": "^6.4.6",
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",
2019-07-06 21:15:19 -06:00
"sane": "4.1.0",
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",
"sqlite3-trans": "^1.2.2",
2020-05-14 22:30:57 -06:00
"ssh2": "0.8.9",
2018-11-19 20:40:02 -07:00
"temptmp": "^1.1.0",
2020-05-14 22:05:17 -06:00
"uuid": "^8.0.0",
2019-07-06 21:15:19 -06:00
"uuid-parse": "1.1.0",
2020-05-14 21:49:18 -06:00
"ws": "^7.3.0",
2019-10-29 21:17:58 -06:00
"xxhash": "^0.3.0",
2020-05-17 20:22:16 -06:00
"yazl": "^2.5.1",
2020-05-20 20:28:55 -06:00
"telnet-socket" : "../telnet-socket"
},
"devDependencies": {},
2016-01-03 17:58:25 -07:00
"engines": {
2019-11-19 21:32:21 -07:00
"node": ">=12"
2015-12-08 11:07:34 -07:00
}
}