minio-app/test/package.json

23 lines
489 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": {
2020-05-29 13:26:25 +00:00
"chromedriver": "^83.0.0",
"ejs": "^3.1.3",
2017-01-24 08:00:22 +00:00
"expect.js": "^0.3.1",
2020-04-15 18:55:19 +00:00
"mkdirp": "^1.0.4",
2020-05-29 13:26:25 +00:00
"mocha": "^7.2.0",
2020-04-15 18:55:19 +00:00
"rimraf": "^3.0.2",
2019-12-20 20:02:49 +00:00
"selenium-server-standalone-jar": "^3.141.59",
2019-05-28 17:43:28 +00:00
"selenium-webdriver": "^3.6.0",
2020-04-15 18:55:19 +00:00
"superagent": "^5.2.2"
2017-01-24 08:00:22 +00:00
}
}