minio-app/test/package.json

18 lines
341 B
JSON
Raw Normal View History

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": {
2021-06-23 18:08:04 +00:00
"chromedriver": "^91.0.1",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2021-07-08 07:20:28 +00:00
"mocha": "^9.0.2",
"selenium-webdriver": "^3.6.0"
2017-01-24 08:00:22 +00:00
}
}