27 lines
577 B
JSON
27 lines
577 B
JSON
|
{
|
||
|
"name": "mcnd/notes-cli",
|
||
|
"description": "List every runnable method from the CLI within attributes from set of files.",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Dave Mc Nicoll",
|
||
|
"email": "info@mcnd.ca"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"mcnd/notes": "master-dev"
|
||
|
},
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/mcNdave/notes.git"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Notes\\CLI\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|