Add node-restify and socket.io to package.json

This commit is contained in:
Andrew Stewart 2013-10-29 16:15:18 -07:00
parent 46a0f38548
commit d7446915c0
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@
},
"dependencies": {
"async": "~0.2.9",
"node-namespace": "~1.0.0"
"node-namespace": "~1.0.0",
"restify": "~2.6.0",
"socket.io": "~0.9.16"
}
}