GridFieldBulkEditingTools/composer.json

22 lines
763 B
JSON
Raw Normal View History

2013-01-19 16:25:22 +01:00
{
2013-01-19 16:49:13 +01:00
"name": "colymba/gridfield-bulk-editing-tools",
2013-01-19 16:25:22 +01:00
"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"],
2013-08-04 15:21:06 +02:00
"license": "BSD Simplified",
2013-01-19 16:25:22 +01:00
"authors": [{
"name": "Thierry Francois",
"homepage": "http://colymba.com"
},{
2013-04-29 18:12:40 +02:00
"name": "GitHub contributors",
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors"
2013-01-19 16:25:22 +01:00
}],
"repositories": [{
"type": "vcs",
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
}],
"require": {
2013-05-07 18:16:59 +02:00
"silverstripe/framework": ">=3.1.x-dev,<4.0"
2013-01-19 16:25:22 +01:00
}
}