2015-11-24 21:59:52 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2019-11-14 15:45:34 +00:00
|
|
|
"dependencies": {
|
2023-12-12 11:38:15 +00:00
|
|
|
"chromedriver": "^120.0.0",
|
2015-11-24 21:59:52 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2022-12-30 08:47:56 +00:00
|
|
|
"mocha": "^10.2.0",
|
2023-12-12 11:38:15 +00:00
|
|
|
"selenium-webdriver": "^4.16.0",
|
2023-09-26 11:30:53 +00:00
|
|
|
"superagent": "^8.1.2"
|
2015-11-24 21:59:52 +00:00
|
|
|
}
|
|
|
|
}
|