UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

36 lines (35 loc) 861 B
{ "name": "selenium-webdriver", "version": "2.43.4", "description": "The official WebDriver JavaScript bindings from the Selenium project", "keywords": [ "automation", "selenium", "testing", "webdriver", "webdriverjs" ], "homepage": "https://code.google.com/p/selenium/", "bugs": { "url": "https://code.google.com/p/selenium/issues/list" }, "main": "./index", "repository": { "type": "git", "url": "https://code.google.com/p/selenium/" }, "engines": { "node": ">= 0.8.x" }, "dependencies": { "adm-zip": "0.4.4", "tmp": "0.0.24", "xml2js": "0.4.4" }, "devDependencies" : { "mocha" : "~1.10.0" }, "scripts": { "test": "node_modules/.bin/mocha -t 600000 --recursive test" } }