added webdriver to npm dependencies

pull/1158/merge
Peter 'Pita' Martischka 2012-11-01 22:03:51 +00:00
parent 1346222d1c
commit d6d07570bf
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
},
"bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": {
"jshint" : "*"
"jshint" : "*",
"wd" : "0.0.26"
},
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"