minio-app/test/package.json

19 lines
372 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": {
2024-05-28 07:06:25 +00:00
"chromedriver": "^125.0.2",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2024-03-27 09:08:51 +00:00
"mocha": "^10.4.0",
2024-05-28 07:06:25 +00:00
"selenium-webdriver": "^4.21.0",
2024-04-30 06:50:27 +00:00
"superagent": "^9.0.2"
2017-01-24 08:00:22 +00:00
}
}