2017-05-05 11:19:38 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2018-09-11 23:14:50 +00:00
|
|
|
"main": "index.js",
|
2017-05-05 11:19:38 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2018-09-11 23:14:50 +00:00
|
|
|
"dependencies": {
|
2021-04-06 08:12:06 +00:00
|
|
|
"chromedriver": "^89.0.0",
|
2017-05-05 11:19:38 +00:00
|
|
|
"expect.js": "^0.3.1",
|
2021-04-06 08:12:06 +00:00
|
|
|
"mocha": "^8.3.2",
|
2019-08-07 13:21:33 +00:00
|
|
|
"selenium-webdriver": "^3.6.0",
|
2020-09-08 11:15:20 +00:00
|
|
|
"superagent": "^6.1.0"
|
2017-05-05 11:19:38 +00:00
|
|
|
}
|
|
|
|
}
|