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-04-19 08:29:50 +00:00
"chromedriver": "^123.0.4",
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-04-01 09:52:02 +00:00
"selenium-webdriver": "^4.19.0",
2023-08-17 03:07:34 +00:00
"superagent": "^8.1.2"
2017-01-24 08:00:22 +00:00
}
}