jwebdriver
Version:
A webdriver client for node.js
61 lines (60 loc) • 1.26 kB
JSON
{
"name": "jwebdriver",
"version": "2.3.6",
"description": "A webdriver client for node.js",
"homepage": "http://jwebdriver.com/",
"main": "./index",
"dependencies": {
"node-zip": "1.1.1",
"promiseclass": "1.0.3",
"request": "2.79.0",
"xtend": "4.0.1",
"gm": "1.23.0"
},
"devDependencies": {
"chai": "3.5.0",
"co": "4.6.0",
"express": "4.13.3",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-yuidoc": "1.0.0",
"grunt-exec": "2.0.0",
"istanbul": "0.4.5",
"istanbul-coveralls": "1.0.3",
"mocha": "3.2.0",
"mocha-generators": "2.0.0",
"chromedriver": "2.x.x"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yaniswang/jWebDriver.git"
},
"bugs": {
"url": "https://github.com/yaniswang/jWebDriver/issues"
},
"keywords": [
"jwebdriver",
"webdriver",
"test",
"selenium",
"javascript",
"sync",
"jquery",
"promise",
"chain",
"generator",
"await",
"hosts"
],
"author": "Yanis Wang",
"license": "MIT",
"engines": {
"node": ">= 4"
}
}