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": {
2022-10-04 07:47:01 +00:00
"chromedriver": "^106.0.1",
"delay": "^5.0.0",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2022-10-16 14:01:16 +00:00
"mocha": "^10.1.0",
2022-10-04 07:47:01 +00:00
"selenium-webdriver": "^4.5.0",
2022-10-25 18:29:49 +00:00
"superagent": "^8.0.3"
2017-01-24 08:00:22 +00:00
}
}