* Update some packages

* Use ptyw.js (from a specific rev for now) vs pty.js for better Windows support
* Updated docs slightly
* Use iconv.encode() in dropfile generation
This commit is contained in:
Bryan Ashby
2015-11-20 11:48:32 -07:00
parent 58bde9784d
commit c81eb6f514
5 changed files with 15 additions and 8 deletions

View File

@@ -23,9 +23,9 @@
"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",
"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"
},