2013-01-19 16:25:22 +01:00
|
|
|
{
|
2017-01-25 13:27:11 +01:00
|
|
|
"name": "colymba/gridfield-bulk-editing-tools",
|
2017-12-21 12:39:45 +01:00
|
|
|
"type": "silverstripe-vendormodule",
|
|
|
|
"description": "SilverStripe GridField component to upload images/files 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"],
|
2018-02-01 12:40:23 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2017-01-25 13:27:11 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Thierry Francois",
|
2018-02-27 12:53:02 +01:00
|
|
|
"homepage": "http://t-f.io"
|
2017-01-25 13:27:11 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "GitHub contributors",
|
|
|
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2018-03-14 21:21:54 +01:00
|
|
|
"silverstripe/framework": "~4",
|
|
|
|
"silverstripe/asset-admin": "~1"
|
2017-01-25 13:27:11 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
2018-02-05 15:08:42 +01:00
|
|
|
},
|
|
|
|
"expose": [
|
|
|
|
"client/dist",
|
|
|
|
"client/lang"
|
|
|
|
]
|
2017-01-25 13:27:11 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-03-14 21:21:54 +01:00
|
|
|
"Colymba\\BulkTools\\": "src/BulkTools/",
|
2018-02-05 14:59:11 +01:00
|
|
|
"Colymba\\BulkManager\\": "src/BulkManager/",
|
|
|
|
"Colymba\\BulkUpload\\": "src/BulkUploader/"
|
2017-01-25 13:27:11 +01:00
|
|
|
}
|
|
|
|
}
|
2013-10-01 19:06:11 +02:00
|
|
|
}
|