2019-07-17 17:16:01 -07:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"expect.js": "^0.3.1",
|
2021-09-23 11:09:21 -07:00
|
|
|
"mocha": "^9.1.1",
|
2020-08-16 11:04:41 +02:00
|
|
|
"selenium-webdriver": "^3.6.0"
|
2019-07-17 17:16:01 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-23 11:09:21 -07:00
|
|
|
"chromedriver": "^93.0.1"
|
2019-07-17 17:16:01 -07:00
|
|
|
}
|
|
|
|
}
|