mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
added webdriver to npm dependencies
This commit is contained in:
parent
1346222d1c
commit
d6d07570bf
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
||||||
},
|
},
|
||||||
"bin": { "etherpad-lite": "./node/server.js" },
|
"bin": { "etherpad-lite": "./node/server.js" },
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jshint" : "*"
|
"jshint" : "*",
|
||||||
|
"wd" : "0.0.26"
|
||||||
},
|
},
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue