commit | 452dd5b42b2074978a1cce76f4e98548b6021cc4 | [log] [tgz] |
---|---|---|
author | henrique <henrique@apache.org> | Tue Aug 27 15:37:01 2013 +0200 |
committer | henrique <henrique@apache.org> | Wed Aug 28 11:10:09 2013 +0200 |
tree | 0b2617ef4972ba2487a0f74b7243fc4b3d8477c4 | |
parent | 570dcc4089f7f90af0a1bd01dba539036ead2eb9 [diff] [blame] |
THRIFT-1893 HTTP/JSON server/client for node.js Client: nodejs Patch: Phillip Campbell
diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json index c57a07b..668c58d 100755 --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json
@@ -27,5 +27,8 @@ "dependencies": { "node-int64": "~0.3.0", "nodeunit": "~0.8.0" + }, + "devDependencies": { + "connect": "2.7.x" } }