2021-08-27 18:08:35 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/taxus",
|
|
|
|
"description": "A simple privilege library to handle an application's permissions.",
|
2023-11-16 03:26:59 +00:00
|
|
|
"keywords": [
|
|
|
|
"mcnd",
|
|
|
|
"privilege",
|
|
|
|
"permission",
|
|
|
|
"taxus"
|
|
|
|
],
|
2021-08-27 18:08:35 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-11-03 12:27:53 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2021-08-27 18:08:35 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Taxus\\": "src/"
|
|
|
|
}
|
2023-11-16 03:26:59 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"lean": {
|
|
|
|
"autoload": {
|
|
|
|
"definitions": [
|
|
|
|
"meta/definitions.php"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-08-27 18:08:35 +00:00
|
|
|
}
|
2023-11-16 03:26:59 +00:00
|
|
|
}
|