28 lines
513 B
JSON
28 lines
513 B
JSON
{
|
|
"name" : "bsr/webservice",
|
|
"description" : "Webservice for a library",
|
|
"repositories" : [
|
|
{
|
|
"type" : "vcs",
|
|
"url" : "https://usrpath@bitbucket.org/usrpath/webservice.git"
|
|
}
|
|
],
|
|
"authors" : [
|
|
{
|
|
"name" : "Simon"
|
|
},
|
|
{
|
|
"name" : "Guillermo"
|
|
}
|
|
],
|
|
"require" : {
|
|
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"BSR\\Lib\\" : "Lib"}
|
|
},
|
|
"require-dev": {
|
|
"pds/skeleton": "^1.0"
|
|
}
|
|
}
|