2014-10-17 02:21:06 +00:00
|
|
|
{
|
2015-10-20 04:33:11 +00:00
|
|
|
"name": "enigma-bbs",
|
|
|
|
"version": "0.0.1-alpha",
|
|
|
|
"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
|
|
|
},
|
2015-10-20 04:33:11 +00:00
|
|
|
"keywords": [
|
|
|
|
"bbs",
|
|
|
|
"telnet"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-01-04 00:58:25 +00:00
|
|
|
"async": "^1.5.1",
|
2015-10-20 04:33:11 +00:00
|
|
|
"binary": "0.3.x",
|
|
|
|
"buffers": "0.1.x",
|
2016-03-04 05:54:32 +00:00
|
|
|
"bunyan": "^1.7.1",
|
2015-10-20 04:33:11 +00:00
|
|
|
"gaze": "^0.5.2",
|
|
|
|
"hjson": "1.7.x",
|
|
|
|
"iconv-lite": "^0.4.13",
|
2016-03-04 05:54:32 +00:00
|
|
|
"later": "1.2.0",
|
2015-10-20 04:33:11 +00:00
|
|
|
"lodash": "^3.10.1",
|
2016-01-04 00:58:25 +00:00
|
|
|
"minimist": "1.2.x",
|
|
|
|
"moment": "^2.11.0",
|
2015-11-20 18:48:32 +00:00
|
|
|
"node-uuid": "^1.4.7",
|
2016-01-04 00:58:25 +00:00
|
|
|
"ptyw.js": "^0.3.7",
|
2015-11-20 18:48:32 +00:00
|
|
|
"sqlite3": "^3.1.1",
|
2016-01-04 00:58:25 +00:00
|
|
|
"ssh2": "^0.4.13",
|
2016-02-29 05:04:03 +00:00
|
|
|
"string-format": "davidchambers/string-format#mini-language",
|
2016-03-28 05:19:18 +00:00
|
|
|
"temp": "^0.8.3",
|
|
|
|
"fs-extra" : "0.26.x"
|
2015-10-20 04:33:11 +00:00
|
|
|
},
|
2016-01-04 00:58:25 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.12.2"
|
2015-12-08 18:07:34 +00:00
|
|
|
}
|
2015-10-20 04:33:11 +00:00
|
|
|
}
|