minio-app/test/package.json

20 lines
394 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": {
2023-03-10 09:01:22 +00:00
"chromedriver": "^111.0.0",
"delay": "^5.0.0",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2022-12-13 10:45:06 +00:00
"mocha": "^10.2.0",
2023-02-18 07:22:58 +00:00
"selenium-webdriver": "^4.8.1",
2023-01-31 11:35:42 +00:00
"superagent": "^8.0.9"
2017-01-24 08:00:22 +00:00
}
}