19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "mcnd/cli",
|
|
"description": "A middleware which captures CLI commands and executes them based on a preset definition.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mcnd\\CLI\\": "src/"
|
|
}
|
|
}
|
|
}
|