{ "name": "enigma-bbs", "version": "0.0.4-alpha", "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "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" } }