2015-05-09 05:21:42 +02:00
|
|
|
{
|
2018-06-24 10:30:27 +02:00
|
|
|
"name": "a2nt/silverstripe-font-awesome",
|
|
|
|
"description": "A simple form field for selecting font-awesome classes in the CMS.",
|
|
|
|
"keywords": [
|
|
|
|
"font-awesome",
|
|
|
|
"silverstripe"
|
|
|
|
],
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"authors": [{
|
|
|
|
"name": "Chris Turner",
|
|
|
|
"email": "chris.turner@minedu.govt.nz"
|
|
|
|
}, {
|
|
|
|
"name": "Tony Air",
|
|
|
|
"email": "tony@twma.pro"
|
|
|
|
}],
|
|
|
|
"type": "silverstripe-vendormodule",
|
|
|
|
"require": {
|
|
|
|
"silverstripe/framework": ">=4",
|
|
|
|
"silverstripe/cms": ">=4"
|
2018-06-24 10:17:14 +02:00
|
|
|
},
|
2018-06-24 10:30:27 +02:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"extra": {
|
|
|
|
"installer-name": "silverstripe-font-awesome",
|
2015-05-09 05:21:42 +02:00
|
|
|
}
|
2015-05-18 03:22:06 +02:00
|
|
|
}
|