mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
23 lines
753 B
JSON
23 lines
753 B
JSON
{
|
|
"name": "colymba/gridfield-bulk-editing-tools",
|
|
"type": "silverstripe-module",
|
|
"description": "SilverStripe 3 GridField component to upload images and edit records in bulk",
|
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
|
|
"keywords": ["silverstripe", "bulk upload", "image upload", "gridfield bulk upload"],
|
|
"license": "BSD Simplified",
|
|
"authors": [{
|
|
"name": "Thierry Francois",
|
|
"homepage": "http://colymba.com"
|
|
},{
|
|
"name": "GitHub contributors",
|
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors"
|
|
}],
|
|
"repositories": [{
|
|
"type": "vcs",
|
|
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
|
|
}],
|
|
"require": {
|
|
"silverstripe/framework": ">=3.1"
|
|
}
|
|
}
|