2013-01-19 16:25:22 +01:00
|
|
|
{
|
2017-01-25 13:27:11 +01:00
|
|
|
"name": "colymba/gridfield-bulk-editing-tools",
|
|
|
|
"type": "silverstripe-module",
|
2017-01-25 13:14:04 +01:00
|
|
|
"description": "SilverStripe GridField component to upload images and edit records in bulk",
|
2017-01-25 13:27:11 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-01-25 13:14:04 +01:00
|
|
|
"silverstripe/framework": "^4.0@dev",
|
2017-01-27 00:17:27 +01:00
|
|
|
"silverstripe/asset-admin": "^1.0@dev"
|
2017-01-25 13:27:11 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Colymba\\BulkManager\\": "bulkManager/code/",
|
|
|
|
"Colymba\\BulkUpload\\": "bulkUpload/code/"
|
|
|
|
}
|
|
|
|
}
|
2013-10-01 19:06:11 +02:00
|
|
|
}
|