43 lines
949 B
JSON
43 lines
949 B
JSON
{
|
|
"name": "selenium-webdriver",
|
|
"version": "3.4.0",
|
|
"description": "The official WebDriver JavaScript bindings from the Selenium project",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"automation",
|
|
"selenium",
|
|
"testing",
|
|
"webdriver",
|
|
"webdriverjs"
|
|
],
|
|
"homepage": "https://github.com/SeleniumHQ/selenium",
|
|
"bugs": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/issues"
|
|
},
|
|
"main": "./index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SeleniumHQ/selenium.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.9.0"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.4.7",
|
|
"rimraf": "^2.5.4",
|
|
"tmp": "0.0.30",
|
|
"xml2js": "^0.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.14.0",
|
|
"mocha": "^3.1.2",
|
|
"multer": "^1.2.0",
|
|
"promises-aplus-tests": "^2.1.2",
|
|
"serve-index": "^1.8.0",
|
|
"sinon": "^1.17.6"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -t 600000 --recursive test"
|
|
}
|
|
}
|