20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"name": "rest-api-tests",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/mariadb-corporation/MaxScale",
|
|
"description": "MaxScale REST API tests",
|
|
"scripts": {
|
|
"test": "mocha --timeout 30000 --slow 10000"
|
|
},
|
|
"author": "",
|
|
"license": "SEE LICENSE IN ../../../../LICENSE.txt",
|
|
"dependencies": {
|
|
"ajv": "^5.5.2",
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^6.0.0",
|
|
"mocha": "^3.5.3",
|
|
"request": "^2.87.0",
|
|
"request-promise-native": "^1.0.5"
|
|
}
|
|
}
|