mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 14:33:02 +01:00
34 lines
602 B
JSON
34 lines
602 B
JSON
|
{
|
||
|
"name": "AdminLTE",
|
||
|
"homepage": "http://almsaeedstudio.com",
|
||
|
"authors": [
|
||
|
"Abdullah Almsaeed <support@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"
|
||
|
]
|
||
|
}
|