27 lines
635 B
JSON
27 lines
635 B
JSON
{
|
|
"name": "mcnd/dump",
|
|
"description": "A simple dump function which ease debugging quielty even on production server.",
|
|
"keywords": ["dump","var_dump","dev","debug","psr15","middleware"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dump\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"lean": {
|
|
"autoload": {
|
|
"definitions" : [
|
|
"meta/definitions.php"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|