Add node-restify and socket.io to package.json
This commit is contained in:
parent
46a0f38548
commit
d7446915c0
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue