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-09-20 15:57:14 +00:00
|
|
|
"chromedriver": "^105.0.1",
|
2022-06-07 04:25:15 +00:00
|
|
|
"delay": "^5.0.0",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2022-05-24 02:30:42 +00:00
|
|
|
"mocha": "^10.0.0",
|
2022-08-15 07:31:11 +00:00
|
|
|
"selenium-webdriver": "^4.4.0",
|
2022-07-01 08:49:03 +00:00
|
|
|
"superagent": "^8.0.0"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|