27 lines
559 B
JSON
27 lines
559 B
JSON
|
{
|
||
|
"name": "mcnd/ulmus-api",
|
||
|
"description": "A library easing works with external APIs and their rules.",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Dave Mc Nicoll",
|
||
|
"email": "info@mcnd.ca"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"mcnd/ulmus": "dev-master"
|
||
|
},
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/mcNdave/ulmus.git"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ulmus\\Api\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|