2012-11-13 20:00:57 +01:00
|
|
|
{
|
2012-11-13 20:10:55 +01:00
|
|
|
"name": "undefinedoffset/sortablegridfield",
|
2012-11-13 20:00:57 +01:00
|
|
|
"description": "Adds drag and drop functionality to SilverStripe 3.0's GridField",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "gridfield"],
|
2013-09-03 17:10:16 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2012-11-13 20:00:57 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ed Chipman",
|
|
|
|
"homepage": "http://www.edchipman.ca",
|
2012-12-18 21:08:25 +01:00
|
|
|
"role": "Developer"
|
2012-11-13 20:00:57 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require":
|
|
|
|
{
|
2013-01-02 19:41:20 +01:00
|
|
|
"silverstripe/framework": "3.*",
|
2012-12-18 21:09:18 +01:00
|
|
|
"composer/installers": "*"
|
2013-03-20 15:27:51 +01:00
|
|
|
},
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/undefinedoffset/SortableGridField/issues"
|
|
|
|
},
|
|
|
|
"extra": {
|
2013-03-29 15:56:10 +01:00
|
|
|
"installer-name": "sortablegridfield"
|
2012-11-13 20:00:57 +01:00
|
|
|
}
|
2012-12-18 21:08:25 +01:00
|
|
|
}
|