silverstripe-gridfieldexten.../composer.json

35 lines
957 B
JSON
Raw Permalink Normal View History

2012-12-15 15:16:57 +01:00
{
2014-11-27 14:04:43 +01:00
"name": "silverstripe-australia/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"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
2012-12-15 15:16:57 +01:00
],
"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"
]
2014-11-27 14:04:43 +01:00
},
"replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version"
2012-12-15 15:16:57 +01:00
}
}