Added composer.json

This commit is contained in:
colymba 2013-01-19 17:25:22 +02:00
parent 6039f6c42a
commit e6aa3da96b
1 changed files with 20 additions and 0 deletions

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "gridFieldBulkEditingTools",
"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"],
"authors": [{
"name": "Thierry Francois",
"homepage": "http://colymba.com"
},{
"name": "GitHub contributors"
}],
"repositories": [{
"type": "vcs",
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
}],
"require": {
"silverstripe/cms": "3.*"
}
}