enigma-bbs/package.json

36 lines
799 B
JSON
Raw Normal View History

2014-10-17 02:21:06 +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",
"repository": {
"type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git"
2015-10-28 16:58:53 +00:00
},
"keywords": [
"bbs",
"telnet"
],
"dependencies": {
"async": "^1.5.0",
"binary": "0.3.x",
"buffers": "0.1.x",
"bunyan": "1.5.x",
"gaze": "^0.5.2",
"hjson": "1.7.x",
"iconv-lite": "^0.4.13",
"lodash": "^3.10.1",
"mkdirp": "0.5.x",
"moment": "^2.10.6",
"node-uuid": "^1.4.7",
"ptyw.js": "^0.3.4",
"sqlite3": "^3.1.1",
"ssh2": "^0.4.12",
"string-format": "davidchambers/string-format#mini-language"
},
2015-12-08 18:07:34 +00:00
"engines" : {
"node" : ">=0.12.2"
}
}