* ENiGMA now require Node.js 6.x LTS+
* Bump version to 0.0.4-alpha * Update package dependencies * Use modified node-buffers that does not use deprecated Array.get() * Update lodash dependency to 4.x & convert to new methods/etc. * Better 'noHistory' support for menu stack * Fix bug in download queue init * Misc code cleanup
This commit is contained in:
27
package.json
27
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "enigma-bbs",
|
||||
"version": "0.0.3-alpha",
|
||||
"version": "0.0.4-alpha",
|
||||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
@@ -18,29 +18,32 @@
|
||||
"retro"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "^1.5.1",
|
||||
"async": "^2.1.4",
|
||||
"binary": "0.3.x",
|
||||
"buffers": "0.1.x",
|
||||
"buffers": "NuSkooler/node-buffers",
|
||||
"bunyan": "^1.7.1",
|
||||
"farmhash": "^1.2.1",
|
||||
"fs-extra": "0.26.x",
|
||||
"gaze": "^0.5.2",
|
||||
"hjson": "1.7.x",
|
||||
"fs-extra": "^2.0.0",
|
||||
"gaze": "^1.1.2",
|
||||
"hashids": "^1.1.1",
|
||||
"hjson": "^2.4.1",
|
||||
"iconv-lite": "^0.4.13",
|
||||
"inquirer": "^1.1.0",
|
||||
"inquirer": "^3.0.1",
|
||||
"later": "1.2.0",
|
||||
"lodash": "^3.10.1",
|
||||
"lodash": "^4.17.4",
|
||||
"mime-types": "^2.1.12",
|
||||
"minimist": "1.2.x",
|
||||
"moment": "^2.11.0",
|
||||
"node-uuid": "^1.4.7",
|
||||
"ptyw.js": "NuSkooler/ptyw.js",
|
||||
"sqlite3": "^3.1.1",
|
||||
"ssh2": "^0.5.1",
|
||||
"temp": "^0.8.3",
|
||||
"hashids" : "^1.1.1",
|
||||
"mime-types" : "^2.1.12"
|
||||
"temp": "^0.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash-migrate": "^0.3.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.2.0"
|
||||
"node": ">=6.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user