
dash-stack orginally was tought as Python Flask project. After some heatet argument and strong considiration we have decided to move the project to Django. This commit is the initial commit for moving project to Django. Change-Id: Id28e3cf1dafbed7dd647b1020376bae893f5c3a2 Signed-off-by: Paarhati Ozkasgarli <ozkasgarli@gmail.com>
34 lines
603 B
JSON
34 lines
603 B
JSON
{
|
|
"name": "AdminLTE",
|
|
"homepage": "http://almsaeedstudio.com",
|
|
"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"
|
|
]
|
|
}
|