AdminLTE/composer.json
zacks e691c465e3 add gitattributes (#2017)
* build(composer): add archive

* chore(gitattributes): add .gitattributes
2019-01-31 13:09:33 -05:00

30 lines
611 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": {
"bower-asset/jquery": ">=1.9.0 <4.0.0"
}
}