mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"name": "silverstripe/tagfield",
|
|
"description": "Tag field for Silverstripe",
|
|
"license": "BSD-2-Clause",
|
|
"type": "silverstripe-module",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"tag",
|
|
"field"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Pitt",
|
|
"email": "chris@silverstripe.com",
|
|
"homepage": "http://github.com/assertchris"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "http://github.com/silverstripe-labs/silverstripe-tagfield/issues"
|
|
},
|
|
"require": {
|
|
"silverstripe/framework": "~3.1"
|
|
}
|
|
}
|