mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-10-29 15:21:23 +01:00
added webdriver to npm dependencies
This commit is contained in:
parent
1346222d1c
commit
d6d07570bf
@ -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…
x
Reference in New Issue
Block a user