20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"name": "mcnd/thebugs",
|
|
"description": "A PSR-15 compliant library helping to trace errors in development and production environment",
|
|
"keywords" : ["debug","error","bug"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TheBugs\\": "src/"
|
|
}
|
|
}
|
|
}
|