2017-01-24 08:00:22 +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": {
|
2022-03-07 15:11:54 +00:00
|
|
|
"chromedriver": "^99.0.0",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2022-03-11 19:00:27 +00:00
|
|
|
"mocha": "^9.2.2",
|
2022-01-21 22:26:34 +00:00
|
|
|
"selenium-webdriver": "^4.1.1",
|
|
|
|
"superagent": "^7.1.1"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|