20 lines
453 B
JSON
Raw Permalink Normal View History

2015-05-09 15:21:42 +12:00
{
"name": "moe/font-awesome",
"description": "A simple form field for selecting font-awesome classes in the CMS.",
"keywords": [
2015-05-10 12:02:06 +12:00
"font-awesome"
2015-05-09 15:21:42 +12: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"
}