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": {
|
2023-10-24 08:19:21 +00:00
|
|
|
"chromedriver": "^118.0.1",
|
2017-02-17 10:28:42 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2023-03-04 20:42:01 +00:00
|
|
|
"mocha": "^10.2.0",
|
2023-10-24 08:19:21 +00:00
|
|
|
"selenium-webdriver": "^4.14.0",
|
2023-10-09 02:21:48 +00:00
|
|
|
"superagent": "^8.1.2"
|
2017-02-17 10:28:42 +00:00
|
|
|
}
|
|
|
|
}
|