2019-07-17 17:16:01 -07:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2020-07-01 18:05:10 -07:00
|
|
|
"ejs": "^3.1.3",
|
2019-07-17 17:16:01 -07:00
|
|
|
"expect.js": "^0.3.1",
|
2020-05-15 10:53:00 -07:00
|
|
|
"mkdirp": "^1.0.4",
|
2020-07-01 18:05:10 -07:00
|
|
|
"mocha": "^8.0.1",
|
2020-05-15 10:53:00 -07:00
|
|
|
"rimraf": "^3.0.2",
|
2020-01-23 12:56:15 -08:00
|
|
|
"selenium-server-standalone-jar": "^3.141.59",
|
|
|
|
"selenium-webdriver": "^3.6.0",
|
2020-07-01 18:05:10 -07:00
|
|
|
"superagent": "^5.3.1"
|
2019-07-17 17:16:01 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-01 18:05:10 -07:00
|
|
|
"chromedriver": "^83.0.0"
|
2019-07-17 17:16:01 -07:00
|
|
|
}
|
|
|
|
}
|