mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
b38d7f6f04
This reverts commit 1925d5151e
.
39 lines
920 B
JSON
39 lines
920 B
JSON
{
|
|
"name": "undefinedoffset/sortablegridfield",
|
|
"description": "Adds drag and drop functionality to SilverStripe 4.x's GridField",
|
|
"type": "silverstripe-vendormodule",
|
|
"keywords": ["silverstripe", "gridfield"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Ed Chipman",
|
|
"homepage": "http://www.edchipman.ca",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "~4.0",
|
|
"silverstripe/versioned": "^1.0",
|
|
"silverstripe/vendor-plugin": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"UndefinedOffset\\SortableGridField\\": "src/",
|
|
"UndefinedOffset\\SortableGridField\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/undefinedoffset/SortableGridField/issues"
|
|
},
|
|
"extra": {
|
|
"installer-name": "sortablegridfield",
|
|
"expose": [
|
|
"css",
|
|
"javascript"
|
|
],
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
}
|
|
}
|