* Update some packages
* Still trying to figure out ssh2
This commit is contained in:
56
package.json
56
package.json
@@ -1,29 +1,29 @@
|
||||
{
|
||||
"name" : "enigma-bbs",
|
||||
"version" : "0.0.1-alpha",
|
||||
"description" : "ENiGMA½ Bulletin Board System",
|
||||
"author" : "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license" : "BSD-2-Clause",
|
||||
"keywords" : [
|
||||
"bbs",
|
||||
"telnet"
|
||||
],
|
||||
"dependencies" : {
|
||||
"async" : "1.4.x",
|
||||
"binary" : "0.3.x",
|
||||
"buffers" : "0.1.x",
|
||||
"bunyan" : "1.5.x",
|
||||
"iconv-lite" : "0.4.x",
|
||||
"lodash" : "3.10.x",
|
||||
"sqlite3" : "3.1.x",
|
||||
"ssh2" : "0.4.x",
|
||||
"node-uuid" : "1.4.x",
|
||||
"moment" : "2.10.x",
|
||||
"gaze" : "0.5.x",
|
||||
"mkdirp" : "0.5.x",
|
||||
"pty.js" : "0.3.x",
|
||||
"string-format" : "davidchambers/string-format#mini-language",
|
||||
"hjson" : "1.7.x"
|
||||
},
|
||||
"engine" : "node >= 0.12.2"
|
||||
}
|
||||
"name": "enigma-bbs",
|
||||
"version": "0.0.1-alpha",
|
||||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
"keywords": [
|
||||
"bbs",
|
||||
"telnet"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "1.4.x",
|
||||
"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.x",
|
||||
"pty.js": "0.3.x",
|
||||
"sqlite3": "3.1.x",
|
||||
"ssh2": "^0.4.11",
|
||||
"string-format": "davidchambers/string-format#mini-language"
|
||||
},
|
||||
"engine": "node >= 0.12.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user