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": {
|
2020-12-17 06:23:29 +00:00
|
|
|
"chromedriver": "^87.0.4",
|
2017-01-24 08:00:22 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2020-11-24 17:53:41 +00:00
|
|
|
"mocha": "^8.2.1",
|
2020-10-11 13:26:50 +00:00
|
|
|
"selenium-webdriver": "^3.6.0"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|