From 2d3721db16eb4bd6a3bff935328d26bd945b324e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 3 Mar 2014 08:04:18 -0500 Subject: [PATCH] feature(package) add pty.js --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d1272ef..c37c46e0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "socket.io": "0.9.16", "express": "3.4.x", "http-auth": "2.1.x", - "fs-extra": "0.8.x" + "fs-extra": "0.8.x", + "pty.js": "0.2.3" }, "license": "MIT", "engines": {