enigma-bbs/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2014-10-17 02:21:06 +00:00
{
"name": "enigma-bbs",
"version": "0.0.8-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.5.0",
"binary": "0.3.x",
"buffers": "NuSkooler/node-buffers",
"bunyan": "^1.8.12",
"exiftool": "^0.0.3",
2017-09-09 17:48:27 +00:00
"farmhash": "1.2.1",
"fs-extra": "^4.0.1",
"gaze": "^1.1.2",
"graceful-fs": "^4.1.11",
"hashids": "^1.1.1",
"hjson": "^3.1.0",
"iconv-lite": "^0.4.18",
"inquirer": "^3.2.3",
"later": "1.2.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.17",
2016-01-04 00:58:25 +00:00
"minimist": "1.2.x",
"moment": "^2.18.1",
"node-glob": "^1.2.0",
"nodemailer": "^4.1.0",
"ptyw.js": "NuSkooler/ptyw.js",
"sanitize-filename": "^1.6.1",
"sqlite3": "^3.1.9",
2017-09-19 03:11:17 +00:00
"sqlite3-trans" : "^1.2.0",
"ssh2": "^0.5.5",
"temptmp": "^1.0.0",
"uuid": "^3.1.0",
"uuid-parse": "^1.0.0",
"ws": "^3.1.0"
},
"devDependencies": {},
2016-01-04 00:58:25 +00:00
"engines": {
"node": ">=6.9.2"
2015-12-08 18:07:34 +00:00
}
}