AdminLTE/composer.json

31 lines
602 B
JSON
Raw Normal View History

2014-10-14 15:46:52 +02:00
{
"name": "almasaeed2010/adminlte",
2014-10-31 16:53:04 +01:00
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
2017-05-18 23:36:20 +02:00
"homepage": "https://adminlte.io/",
"type": "template",
2014-10-31 16:53:04 +01:00
"keywords": [
"css",
"js",
"less",
"responsive",
"back-end",
"template",
2015-02-16 19:35:26 +01:00
"theme",
"web",
"admin"
2014-10-31 16:53:04 +01:00
],
2014-10-14 15:46:52 +02:00
"authors": [
{
"name": "Abdullah Almsaeed",
2016-07-16 13:13:49 +02:00
"email": "abdullah@almsaeedstudio.com"
2014-10-14 15:46:52 +02:00
}
2014-10-31 16:53:04 +01:00
],
"license": "MIT",
"support": {
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"require": {
"composer/installers": "1.*"
2014-10-31 16:53:04 +01:00
}
2014-10-14 15:46:52 +02:00
}