34 lines
746 B
JSON
34 lines
746 B
JSON
{
|
|
"name": "mcnd/lean-console",
|
|
"description": "A powerful enough debug console for LEAN.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"require": {
|
|
"mcnd/lean": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lean\\Console\\": "src/"
|
|
}
|
|
},
|
|
"extra" : {
|
|
"lean" : {
|
|
"autoload": {
|
|
"definitions" : [
|
|
"meta/definitions/software.php",
|
|
"meta/definitions/storage.php"
|
|
],
|
|
"config": [
|
|
"meta/config.php"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|