silverstripe-gridfieldexten.../composer.json

28 lines
734 B
JSON
Raw Normal View History

2012-12-15 15:16:57 +01:00
{
2012-12-30 06:18:00 +01:00
"name": "ajshort/silverstripe-gridfieldextensions",
2012-12-15 15:16:57 +01:00
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions",
2012-12-15 15:16:57 +01:00
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
}
],
"support": {
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues"
},
2012-12-15 15:16:57 +01:00
"require": {
"silverstripe/framework": "~3.1"
},
"extra": {
2013-02-28 07:29:50 +01:00
"installer-name": "gridfieldextensions",
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
2012-12-15 15:16:57 +01:00
}
}