31 lines
850 B
JSON
31 lines
850 B
JSON
{
|
|
"name": "joshtronic/pickles",
|
|
"description": "The Pickles SOA Framework",
|
|
"type": "library",
|
|
"keywords": ["framework", "api", "soa", "oauth"],
|
|
"homepage": "https://github.com/joshtronic/pickles",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Josh Sherman",
|
|
"email": "josh@gravityblvd.com",
|
|
"homepage": "http://joshtronic.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/joshtronic/pickles/issues",
|
|
"source": "https://github.com/joshtronic/pickles"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "dev-master",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pickles\\" : "src/"
|
|
}
|
|
}
|
|
}
|