
The core is now a module that is loaded by the command line client. This allows the core library to be reused for testing.
21 lines
523 B
JSON
21 lines
523 B
JSON
{
|
|
"name": "maxctrl-core",
|
|
"version": "1.0.0",
|
|
"description": "MaxScale Administrative Client Core Library",
|
|
"repository": "https://github.com/mariadb-corporation/MaxScale",
|
|
"main": "core.js",
|
|
"keywords": [
|
|
"maxscale"
|
|
],
|
|
"author": "MariaDB Corporation Ab",
|
|
"license": "SEE LICENSE IN ../../LICENSE.TXT",
|
|
"dependencies": {
|
|
"cli-table": "^0.3.1",
|
|
"lodash": "^4.17.4",
|
|
"lodash-getpath": "^0.2.4",
|
|
"request": "^2.81.0",
|
|
"request-promise-native": "^1.0.3",
|
|
"yargs": "^8.0.2"
|
|
}
|
|
}
|