2012-11-03 00:43:32 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/restfulserver",
|
|
|
|
"description": "Add a RESTful API to your SilverStripe application",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "rest", "api"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Hamish Friedlander",
|
|
|
|
"email": "hamish@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sam Minnee",
|
|
|
|
"email": "sam@silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require":
|
|
|
|
{
|
|
|
|
"silverstripe/framework": "3.*"
|
2015-11-18 03:20:01 +01:00
|
|
|
},
|
2015-11-19 06:52:57 +01:00
|
|
|
"extra":
|
2015-11-18 03:20:01 +01:00
|
|
|
{
|
2015-11-19 06:52:57 +01:00
|
|
|
"branch-alias":
|
2015-11-18 03:20:01 +01:00
|
|
|
{
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
2015-11-19 06:52:57 +01:00
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause"
|
2012-11-03 00:43:32 +01:00
|
|
|
}
|