42 lines
885 B
JSON
42 lines
885 B
JSON
{
|
|
"name": "rmrevin/yii2-fontawesome",
|
|
"description": "Asset Bundle for Yii2 with Font Awesome",
|
|
"keywords": [
|
|
"yii",
|
|
"font",
|
|
"awesome",
|
|
"asset",
|
|
"bundle"
|
|
],
|
|
"type": "yii2-extension",
|
|
"license": "MIT",
|
|
"minimum-stability": "stable",
|
|
"support": {
|
|
"issues": "https://github.com/rmrevin/yii2-fontawesome/issues",
|
|
"source": "https://github.com/rmrevin/yii2-fontawesome"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Revin Roman",
|
|
"email": "roman@rmrevin.com",
|
|
"homepage": "https://rmrevin.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"yiisoft/yii2": "2.0.*",
|
|
"fortawesome/font-awesome": "~4.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"rmrevin\\yii\\fontawesome\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"asset-installer-paths": {
|
|
"npm-asset-library": "vendor/npm",
|
|
"bower-asset-library": "vendor/bower"
|
|
}
|
|
}
|
|
}
|