* Use NuSkooler branch of ptyw.js with setEncoding() removed & future fixes until/if we can get them merged to official branch. This is to stop breaking doors & CP437/etc.
* Add some info to package.json
This commit is contained in:
parent
d621fa9566
commit
a11cbd3dcc
|
@ -8,6 +8,10 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://github.com/NuSkooler/enigma-bbs",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/NuSkooler/enigma-bbs/issues"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bbs",
|
"bbs",
|
||||||
"telnet"
|
"telnet"
|
||||||
|
@ -25,7 +29,7 @@
|
||||||
"minimist": "1.2.x",
|
"minimist": "1.2.x",
|
||||||
"moment": "^2.11.0",
|
"moment": "^2.11.0",
|
||||||
"node-uuid": "^1.4.7",
|
"node-uuid": "^1.4.7",
|
||||||
"ptyw.js": "^0.3.7",
|
"ptyw.js": "NuSkooler/ptyw.js",
|
||||||
"sqlite3": "^3.1.1",
|
"sqlite3": "^3.1.1",
|
||||||
"ssh2": "^0.4.13",
|
"ssh2": "^0.4.13",
|
||||||
"temp": "^0.8.3",
|
"temp": "^0.8.3",
|
||||||
|
|
Loading…
Reference in New Issue