enigma-bbs/package.json

49 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",
"node-uuid": "^1.4.7",
"ptyw.js": "NuSkooler/ptyw.js",
"sqlite3": "^3.1.1",
"ssh2": "^0.5.1",
"temptmp" : "^1.0.0"
},
"devDependencies": {
},
"engines": {
"node": ">=6.9.2"
}
}