Files
enigma-bbs/package.json
Bryan Ashby ff64a7aed5 * SEXYZ: XModem & YModem
* Explicit sort avail to protocols
* MenuView.removeItem()
* Natural sort for more things
* Fix some issues with HorizontalMenuView redraw/update
* Sanatize non-blind upload filename (security)
* Validator on non-blind upload filename
2017-02-01 19:42:27 -07:00

51 lines
1.1 KiB
JSON

{
"name": "enigma-bbs",
"version": "0.0.4-alpha",
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause",
"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",
"retro"
],
"dependencies": {
"async": "^2.1.4",
"binary": "0.3.x",
"buffers": "NuSkooler/node-buffers",
"bunyan": "^1.7.1",
"farmhash": "^1.2.1",
"fs-extra": "^2.0.0",
"gaze": "^1.1.2",
"hashids": "^1.1.1",
"hjson": "^2.4.1",
"iconv-lite": "^0.4.13",
"inquirer": "^3.0.1",
"later": "1.2.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.12",
"minimist": "1.2.x",
"moment": "^2.11.0",
"uuid": "^3.0.1",
"uuid-parse" : "^1.0.0",
"ptyw.js": "NuSkooler/ptyw.js",
"sqlite3": "^3.1.1",
"ssh2": "^0.5.1",
"temptmp" : "^1.0.0",
"sanitize-filename" : "^1.6.1"
},
"devDependencies": {
},
"engines": {
"node": ">=6.9.2"
}
}