* Bump version to 0.0.6-alpha

* Update dependencies
This commit is contained in:
Bryan Ashby 2017-05-10 21:18:53 -06:00
parent 50dda3300a
commit f22f03d528
1 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "enigma-bbs", "name": "enigma-bbs",
"version": "0.0.5-alpha", "version": "0.0.6-alpha",
"description": "ENiGMA½ Bulletin Board System", "description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>", "author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
@ -15,36 +15,36 @@
"keywords": [ "keywords": [
"bbs", "bbs",
"telnet", "telnet",
"ssh",
"retro" "retro"
], ],
"dependencies": { "dependencies": {
"async": "^2.1.4", "async": "^2.4.0",
"binary": "0.3.x", "binary": "0.3.x",
"buffers": "NuSkooler/node-buffers", "buffers": "NuSkooler/node-buffers",
"bunyan": "^1.7.1", "bunyan": "^1.8.10",
"farmhash": "^1.2.1", "farmhash": "^1.2.1",
"fs-extra": "^2.0.0", "fs-extra": "^3.0.1",
"gaze": "^1.1.2", "gaze": "^1.1.2",
"hashids": "^1.1.1", "hashids": "^1.1.1",
"hjson": "^2.4.1", "hjson": "^2.4.2",
"iconv-lite": "^0.4.13", "iconv-lite": "^0.4.17",
"inquirer": "^3.0.1", "inquirer": "^3.0.6",
"later": "1.2.0", "later": "1.2.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"mime-types": "^2.1.12", "mime-types": "^2.1.15",
"minimist": "1.2.x", "minimist": "1.2.x",
"moment": "^2.11.0", "moment": "^2.18.1",
"uuid": "^3.0.1", "nodemailer": "^4.0.1",
"uuid-parse" : "^1.0.0",
"ptyw.js": "NuSkooler/ptyw.js", "ptyw.js": "NuSkooler/ptyw.js",
"sanitize-filename": "^1.6.1",
"sqlite3": "^3.1.1", "sqlite3": "^3.1.1",
"ssh2": "^0.5.1", "ssh2": "^0.5.1",
"temptmp" : "^1.0.0", "temptmp": "^1.0.0",
"sanitize-filename" : "^1.6.1", "uuid": "^3.0.1",
"nodemailer" : "^3.1.3" "uuid-parse": "^1.0.0"
},
"devDependencies": {
}, },
"devDependencies": {},
"engines": { "engines": {
"node": ">=6.9.2" "node": ">=6.9.2"
} }