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-06-26 05:30:37 +00:00
|
|
|
"chromedriver": "^126.0.4",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2024-07-05 07:42:39 +00:00
|
|
|
"mocha": "^10.6.0",
|
2024-06-22 08:33:54 +00:00
|
|
|
"selenium-webdriver": "^4.22.0",
|
2024-04-30 06:50:27 +00:00
|
|
|
"superagent": "^9.0.2"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|