39 lines
1,003 B
JSON
Executable file
39 lines
1,003 B
JSON
Executable file
{
|
|
"name": "webdriver-js-extender",
|
|
"version": "2.1.0",
|
|
"description": "A plugin which adds additional commands to selenium's javascript implementation of the webdriver client side API",
|
|
"scripts": {
|
|
"prepublish": "gulp prepublish",
|
|
"test": "gulp test"
|
|
},
|
|
"keywords": [
|
|
"testing",
|
|
"webdriver",
|
|
"webdriverjs",
|
|
"selenium",
|
|
"appium"
|
|
],
|
|
"repository": "github:angular/webdriver-js-extender",
|
|
"main": "built/lib/index.js",
|
|
"author": "Sammy Jelin <sjelin@gmail.com>",
|
|
"license": "MIT",
|
|
"typings": "built/lib/index.d.ts",
|
|
"dependencies": {
|
|
"@types/selenium-webdriver": "^3.0.0",
|
|
"selenium-webdriver": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jasmine": "^2.5.37",
|
|
"clang-format": "^1.0.42",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clang-format": "^1.0.23",
|
|
"jasmine": "^2.4.1",
|
|
"portfinder": "^1.0.10",
|
|
"run-sequence": "^1.2.2",
|
|
"selenium-mock": "^0.1.5",
|
|
"typescript": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.x"
|
|
}
|
|
}
|