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": {
|
2024-06-05 17:49:28 +00:00
|
|
|
"chromedriver": "^125.0.3",
|
2017-02-17 10:28:42 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2024-05-23 15:57:47 +00:00
|
|
|
"mocha": "^10.4.0",
|
|
|
|
"selenium-webdriver": "^4.21.0",
|
|
|
|
"superagent": "^9.0.2"
|
2017-02-17 10:28:42 +00:00
|
|
|
}
|
|
|
|
}
|