silverstripe-gridfieldexten.../composer.json
2013-02-01 09:14:49 +11:00

20 lines
443 B
JSON

{
"name": "ajshort/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
}
],
"require": {
"silverstripe/framework": "3.*"
},
"extra": {
"installer-name": "gridfieldextensions"
}
}