2020-10-20 14:01:34 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/lean-console",
|
|
|
|
"description": "A powerful enough debug console for LEAN.",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-03-22 23:09:37 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2020-10-20 14:01:34 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"mcnd/lean": "dev-master"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Lean\\Console\\": "src/"
|
|
|
|
}
|
2023-10-30 15:24:12 +00:00
|
|
|
},
|
|
|
|
"extra" : {
|
|
|
|
"lean" : {
|
|
|
|
"autoload": {
|
|
|
|
"definitions" : [
|
2023-11-04 00:21:27 +00:00
|
|
|
"meta/definitions/software.php"
|
2023-10-30 15:24:12 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-10-20 14:01:34 +00:00
|
|
|
}
|
|
|
|
}
|