silverstripe-font-awesome/composer.json

20 lines
453 B
JSON
Raw Normal View History

2015-05-09 05:21:42 +02:00
{
"name": "moe/font-awesome",
"description": "A simple form field for selecting font-awesome classes in the CMS.",
"keywords": [
2015-05-10 02:02:06 +02:00
"font-awesome"
2015-05-09 05:21:42 +02:00
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Chris Turner",
"email": "chris.turner@minedu.govt.nz"
}
],
"type": "silverstripe-module",
"require": {
"silverstripe/framework": ">=3.1.0",
"silverstripe/cms": ">=3.1.0"
},
"minimum-stability": "dev"
}