2014-10-17 02:21:06 +00:00
|
|
|
{
|
2015-10-20 04:33:11 +00:00
|
|
|
"name": "enigma-bbs",
|
2017-01-28 19:33:06 +00:00
|
|
|
"version": "0.0.4-alpha",
|
2015-10-20 04:33:11 +00:00
|
|
|
"description": "ENiGMA½ Bulletin Board System",
|
|
|
|
"author": "Bryan Ashby <bryan@l33t.codes>",
|
|
|
|
"license": "BSD-2-Clause",
|
2015-10-29 22:01:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
2015-10-28 16:58:53 +00:00
|
|
|
},
|
2016-09-09 03:53:33 +00:00
|
|
|
"homepage": "https://github.com/NuSkooler/enigma-bbs",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
|
|
|
|
},
|
2015-10-20 04:33:11 +00:00
|
|
|
"keywords": [
|
|
|
|
"bbs",
|
2017-01-26 05:18:05 +00:00
|
|
|
"telnet",
|
|
|
|
"retro"
|
2015-10-20 04:33:11 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2017-01-28 19:33:06 +00:00
|
|
|
"async": "^2.1.4",
|
2015-10-20 04:33:11 +00:00
|
|
|
"binary": "0.3.x",
|
2017-01-28 19:33:06 +00:00
|
|
|
"buffers": "NuSkooler/node-buffers",
|
2016-03-04 05:54:32 +00:00
|
|
|
"bunyan": "^1.7.1",
|
2016-09-11 22:21:27 +00:00
|
|
|
"farmhash": "^1.2.1",
|
2017-01-28 19:33:06 +00:00
|
|
|
"fs-extra": "^2.0.0",
|
|
|
|
"gaze": "^1.1.2",
|
|
|
|
"hashids": "^1.1.1",
|
|
|
|
"hjson": "^2.4.1",
|
2015-10-20 04:33:11 +00:00
|
|
|
"iconv-lite": "^0.4.13",
|
2017-01-28 19:33:06 +00:00
|
|
|
"inquirer": "^3.0.1",
|
2016-03-04 05:54:32 +00:00
|
|
|
"later": "1.2.0",
|
2017-01-28 19:33:06 +00:00
|
|
|
"lodash": "^4.17.4",
|
|
|
|
"mime-types": "^2.1.12",
|
2016-01-04 00:58:25 +00:00
|
|
|
"minimist": "1.2.x",
|
|
|
|
"moment": "^2.11.0",
|
2017-01-31 07:17:19 +00:00
|
|
|
"uuid": "^3.0.1",
|
|
|
|
"uuid-parse" : "^1.0.0",
|
2016-09-09 03:53:33 +00:00
|
|
|
"ptyw.js": "NuSkooler/ptyw.js",
|
2015-11-20 18:48:32 +00:00
|
|
|
"sqlite3": "^3.1.1",
|
2016-09-11 22:21:27 +00:00
|
|
|
"ssh2": "^0.5.1",
|
2017-02-02 02:42:27 +00:00
|
|
|
"temptmp" : "^1.0.0",
|
|
|
|
"sanitize-filename" : "^1.6.1"
|
2017-01-28 19:33:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-10-20 04:33:11 +00:00
|
|
|
},
|
2016-01-04 00:58:25 +00:00
|
|
|
"engines": {
|
2017-01-28 19:33:06 +00:00
|
|
|
"node": ">=6.9.2"
|
2015-12-08 18:07:34 +00:00
|
|
|
}
|
2015-10-20 04:33:11 +00:00
|
|
|
}
|