removed node-fork, using native child_process now, the API is the same

This commit is contained in:
Jeena Paradies 2012-07-23 01:11:18 +02:00
parent 25653b4d58
commit b5b10ba0b9
3 changed files with 29 additions and 7 deletions

View file

@ -17,8 +17,7 @@
"dependencies": {
"socket.io": ">= 0.9.6",
"node-static": ">= 0.6.0",
"requirejs": ">= 2.0.2",
"node-fork": ">= 0.4.2"
"requirejs": ">= 2.0.2"
},
"devDependencies": {},
"optionalDependencies": {},