-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 931 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "redline13-webdriver",
"version": "0.8.119",
"description": "RedLine13 harness for running webdriver test on RedLine13 platform and capturing api metrics through the browser for chrome, chrome-headless, firefox, firefox-headless, phantomjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"redline13",
"selenium",
"webdriver",
"phantomjs",
"chromedriver",
"geckodriver",
"chrome",
"chrome headless",
"firefox",
"firefox headless",
"loadtesting",
"load testing",
"performance testing"
],
"author": "Richard Friedman",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/redline13/webdriverjs.git"
},
"dependencies": {
"chromedriver": "119.0.1",
"geckodriver": "4.2.1",
"phantomjs-prebuilt": "^2.1.16",
"selenium-webdriver": "^3.6"
}
}