23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "idawnlight/flarum-less",
|
|
"description": "LESS is more!",
|
|
"type": "flarum-extension",
|
|
"require": {
|
|
"flarum/core": "^1.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Light\\Less\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "LESS is more",
|
|
"icon": {
|
|
"name": "fas fa-smile",
|
|
"backgroundColor": "#238c59",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
} |