wd-bridge
Version:
a bridge between the wd driver and other selenium clients
37 lines (36 loc) • 765 B
JSON
{
"name": "wd-bridge",
"version": "0.0.2",
"description": "a bridge between the wd driver and other selenium clients",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wd",
"webdriver",
"selenium",
"appium"
],
"author": "sebv",
"repository": {
"type": "git",
"url": "https://github.com/sebv/wd-bridge"
},
"license": "MIT",
"devDependencies": {
"chai": "^1.9.1",
"colors": "^0.6.2",
"jscs": "^1.5.7",
"jshint": "^2.5.1",
"mocha": "^1.20.1",
"protractor": "^1.0.0-rc2",
"selenium-webdriver": "^2.42.1",
"sv-selenium": "^0.2.3",
"wd": "^0.3.3"
},
"dependencies": {}
}