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-07-01 08:49:03 +00:00
"chromedriver": "^103.0.0",
"delay": "^5.0.0",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2022-05-24 02:30:42 +00:00
"mocha": "^10.0.0",
2022-07-14 11:04:13 +00:00
"selenium-webdriver": "^4.3.1",
2022-07-01 08:49:03 +00:00
"superagent": "^8.0.0"
2017-01-24 08:00:22 +00:00
}
}