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": {
|
2024-03-25 09:47:04 +00:00
|
|
|
"chromedriver": "^123.0.0",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2024-03-27 09:08:51 +00:00
|
|
|
"mocha": "^10.4.0",
|
2024-02-20 10:02:56 +00:00
|
|
|
"selenium-webdriver": "^4.18.1",
|
2023-08-17 03:07:34 +00:00
|
|
|
"superagent": "^8.1.2"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|