AdminLTE/composer.json
Howard Gehring f0421f5b36 Composer installer support (#1619)
* Update composer.json

Adding support for composer custom install path

* Update composer.json
2017-10-26 16:31:13 -04:00

31 lines
602 B
JSON

{
"name": "almasaeed2010/adminlte",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
"homepage": "https://adminlte.io/",
"type": "template",
"keywords": [
"css",
"js",
"less",
"responsive",
"back-end",
"template",
"theme",
"web",
"admin"
],
"authors": [
{
"name": "Abdullah Almsaeed",
"email": "abdullah@almsaeedstudio.com"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"require": {
"composer/installers": "1.*"
}
}