enigma-bbs/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2014-10-17 02:21:06 +00:00
{
"name": "enigma-bbs",
"version": "0.0.6-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"
2015-10-28 16:58:53 +00:00
},
"homepage": "https://github.com/NuSkooler/enigma-bbs",
"bugs": {
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
},
"keywords": [
"bbs",
"telnet",
"ssh",
"retro"
],
"dependencies": {
"async": "^2.4.0",
"binary": "0.3.x",
"buffers": "NuSkooler/node-buffers",
"bunyan": "^1.8.10",
"farmhash": "^1.2.1",
"fs-extra": "^3.0.1",
"gaze": "^1.1.2",
"hashids": "^1.1.1",
"hjson": "^2.4.2",
"iconv-lite": "^0.4.17",
"inquirer": "^3.0.6",
"later": "1.2.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.15",
2016-01-04 00:58:25 +00:00
"minimist": "1.2.x",
"moment": "^2.18.1",
"nodemailer": "^4.0.1",
"ptyw.js": "NuSkooler/ptyw.js",
"sanitize-filename": "^1.6.1",
"sqlite3": "^3.1.1",
"ssh2": "^0.5.1",
"temptmp": "^1.0.0",
"uuid": "^3.0.1",
"uuid-parse": "^1.0.0"
},
"devDependencies": {},
2016-01-04 00:58:25 +00:00
"engines": {
"node": ">=6.9.2"
2015-12-08 18:07:34 +00:00
}
}