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",
|
2015-09-07 00:40:40 +02:00
|
|
|
"homepage": "http://github.com/silverstripe-australia/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"
|
2014-12-01 05:36:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcus Nyeholt",
|
|
|
|
"email": "marcus@silverstripe.com.au"
|
|
|
|
}
|
2012-12-15 15:16:57 +01:00
|
|
|
],
|
2013-02-08 16:23:23 +01:00
|
|
|
"support": {
|
2015-09-07 00:40:40 +02:00
|
|
|
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
|
2013-02-08 16:23:23 +01:00
|
|
|
},
|
2012-12-15 15:16:57 +01:00
|
|
|
"require": {
|
2013-08-22 12:50:51 +02:00
|
|
|
"silverstripe/framework": "~3.1"
|
2013-01-31 23:14:49 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
2013-02-28 07:29:50 +01:00
|
|
|
"installer-name": "gridfieldextensions",
|
2015-08-11 07:01:37 +02:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
},
|
2013-02-28 07:29:50 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|