2014-10-17 02:21:06 +00:00
|
|
|
{
|
2015-10-20 04:33:11 +00:00
|
|
|
"name": "enigma-bbs",
|
2018-01-15 05:00:00 +00:00
|
|
|
"version": "0.0.9-alpha",
|
2015-10-20 04:33:11 +00:00
|
|
|
"description": "ENiGMA½ Bulletin Board System",
|
|
|
|
"author": "Bryan Ashby <bryan@l33t.codes>",
|
|
|
|
"license": "BSD-2-Clause",
|
2017-10-27 14:54:02 +00:00
|
|
|
"scripts": {
|
2017-10-27 19:43:10 +00:00
|
|
|
"start": "node main.js"
|
2017-10-27 14:54:02 +00:00
|
|
|
},
|
2015-10-29 22:01:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
2015-10-28 16:58:53 +00:00
|
|
|
},
|
2016-09-09 03:53:33 +00:00
|
|
|
"homepage": "https://github.com/NuSkooler/enigma-bbs",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
|
|
|
|
},
|
2015-10-20 04:33:11 +00:00
|
|
|
"keywords": [
|
|
|
|
"bbs",
|
2017-01-26 05:18:05 +00:00
|
|
|
"telnet",
|
2017-05-11 03:18:53 +00:00
|
|
|
"ssh",
|
2017-01-26 05:18:05 +00:00
|
|
|
"retro"
|
2015-10-20 04:33:11 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2018-06-03 03:13:27 +00:00
|
|
|
"async": "^2.6.1",
|
2018-01-21 18:58:19 +00:00
|
|
|
"binary-parser": "^1.3.2",
|
2018-04-27 23:33:34 +00:00
|
|
|
"buffers": "github:NuSkooler/node-buffers",
|
2017-09-08 03:21:24 +00:00
|
|
|
"bunyan": "^1.8.12",
|
|
|
|
"exiftool": "^0.0.3",
|
2018-06-03 03:13:27 +00:00
|
|
|
"fs-extra": "^6.0.1",
|
2018-01-01 00:54:11 +00:00
|
|
|
"glob": "^7.1.2",
|
2017-09-08 03:21:24 +00:00
|
|
|
"graceful-fs": "^4.1.11",
|
2017-01-28 19:33:06 +00:00
|
|
|
"hashids": "^1.1.1",
|
2018-06-03 03:13:27 +00:00
|
|
|
"hjson": "^3.1.1",
|
|
|
|
"iconv-lite": "^0.4.23",
|
|
|
|
"inquirer": "^6.0.0",
|
2016-03-04 05:54:32 +00:00
|
|
|
"later": "1.2.0",
|
2018-06-03 03:13:27 +00:00
|
|
|
"lodash": "^4.17.10",
|
|
|
|
"mime-types": "^2.1.18",
|
2016-01-04 00:58:25 +00:00
|
|
|
"minimist": "1.2.x",
|
2018-06-03 03:13:27 +00:00
|
|
|
"moment": "^2.22.2",
|
2018-03-09 04:39:42 +00:00
|
|
|
"node-pty": "^0.7.4",
|
2018-06-03 03:13:27 +00:00
|
|
|
"nodemailer": "^4.6.5",
|
2017-11-02 00:41:20 +00:00
|
|
|
"rlogin": "^1.0.0",
|
2018-06-03 03:13:27 +00:00
|
|
|
"sane": "^2.5.2",
|
2017-05-11 03:18:53 +00:00
|
|
|
"sanitize-filename": "^1.6.1",
|
2018-04-27 23:33:34 +00:00
|
|
|
"sqlite3": "^4.0.0",
|
2018-01-01 00:54:11 +00:00
|
|
|
"sqlite3-trans": "^1.2.0",
|
2018-06-03 03:13:27 +00:00
|
|
|
"ssh2": "^0.6.1",
|
2017-05-11 03:18:53 +00:00
|
|
|
"temptmp": "^1.0.0",
|
2018-06-03 03:13:27 +00:00
|
|
|
"uuid": "^3.2.1",
|
2017-05-20 00:41:13 +00:00
|
|
|
"uuid-parse": "^1.0.0",
|
2018-06-03 03:13:27 +00:00
|
|
|
"ws": "^5.2.0",
|
2017-11-26 18:26:56 +00:00
|
|
|
"xxhash": "^0.2.4",
|
2018-01-01 00:54:11 +00:00
|
|
|
"yazl": "^2.4.2"
|
2015-10-20 04:33:11 +00:00
|
|
|
},
|
2017-05-11 03:18:53 +00:00
|
|
|
"devDependencies": {},
|
2016-01-04 00:58:25 +00:00
|
|
|
"engines": {
|
2018-04-29 11:01:51 +00:00
|
|
|
"node": ">=8"
|
2015-12-08 18:07:34 +00:00
|
|
|
}
|
2015-10-20 04:33:11 +00:00
|
|
|
}
|