2017-02-17 10:28:42 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-06-02 00:27:39 +00:00
|
|
|
"chromedriver": "^83.0.0",
|
|
|
|
"ejs": "^3.1.3",
|
2017-02-17 10:28:42 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2020-06-02 00:27:39 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
|
|
|
"mocha": "^7.2.0",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"selenium-server-standalone-jar": "^3.141.59",
|
|
|
|
"selenium-webdriver": "^3.6.0",
|
|
|
|
"superagent": "^5.2.2"
|
2017-02-17 10:28:42 +00:00
|
|
|
}
|
|
|
|
}
|