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-08-17 15:59:34 +00:00
|
|
|
"chromedriver": "^127.0.3",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2024-08-17 15:59:34 +00:00
|
|
|
"mocha": "^10.7.3",
|
2024-07-27 13:07:51 +00:00
|
|
|
"selenium-webdriver": "^4.23.0",
|
2024-08-17 15:59:34 +00:00
|
|
|
"superagent": "^10.0.2"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|