21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"name": "mcnd/notes",
|
|
"description": "Easy annotation based on PHP array syntax",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "info@mcnd.ca"
|
|
}
|
|
],
|
|
"require": {
|
|
"mcnd/kash" : "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Notes\\": "src/"
|
|
}
|
|
}
|
|
}
|