Merge pull request #1487 from ether/dep-cleanup

Dependancy cleanup
This commit is contained in:
John McLear 2013-02-10 15:19:20 -08:00
commit 1a77e57503
1 changed files with 2 additions and 3 deletions

View File

@ -40,10 +40,9 @@
},
"bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": {
"jshint" : "*",
"wd" : "0.0.26"
"wd" : "0.0.31"
},
"engines" : { "node" : ">=0.6.0",
"engines" : { "node" : ">=0.6.3",
"npm" : ">=1.0"
},
"version" : "1.2.8"