silverstripe-tagfield/composer.json

25 lines
491 B
JSON
Raw Normal View History

2015-04-14 03:15:28 +02:00
{
2015-04-14 03:19:35 +02:00
"name": "silverstripe/tagfield",
2015-04-14 03:15:28 +02:00
"description": "Tag field for Silverstripe",
2015-11-19 06:59:10 +01:00
"license": "BSD-3-Clause",
2015-04-14 03:15:28 +02:00
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"tag",
"field"
],
"authors": [
{
"name": "Christopher Pitt",
"email": "chris@silverstripe.com",
2015-04-14 03:15:28 +02:00
"homepage": "http://github.com/assertchris"
}
],
"support": {
2015-04-14 03:19:35 +02:00
"issues": "http://github.com/silverstripe-labs/silverstripe-tagfield/issues"
2015-04-14 03:15:28 +02:00
},
"require": {
"silverstripe/framework": "~3.1"
}
}