mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
624 B
37 lines
624 B
{
|
|
"name": "admin-lte",
|
|
"homepage": "https://adminlte.io",
|
|
"authors": [
|
|
"Abdullah Almsaeed <abdullah@almsaeedstudio.com>"
|
|
],
|
|
"description": "Admin dashboard and control panel template",
|
|
"main": [
|
|
"index2.html",
|
|
"dist/css/AdminLTE.css",
|
|
"dist/js/app.js",
|
|
"build/less/AdminLTE.less"
|
|
],
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"html",
|
|
"template",
|
|
"admin",
|
|
"bootstrap",
|
|
"theme",
|
|
"backend",
|
|
"responsive"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"composer.json",
|
|
"documentation"
|
|
],
|
|
"dependencies": {
|
|
|
|
}
|
|
}
|