UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

31 lines (30 loc) 756 B
{ "name": "selenium-webdriver", "version": "2.42.1", "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" }, "devDependencies" : { "mocha" : "~1.10.0" }, "scripts": { "test": "node_modules/mocha/bin/mocha -R list --recursive test" } }