2015-03-01 17:48:16 +00:00
|
|
|
{
|
|
|
|
"name": "AdminLTE",
|
|
|
|
"homepage": "http://almsaeedstudio.com",
|
|
|
|
"authors": [
|
2015-06-11 08:39:24 +00:00
|
|
|
"Abdullah Almsaeed <support@almsaeedstudio.com>"
|
2015-03-01 17:48:16 +00:00
|
|
|
],
|
|
|
|
"description": "Admin dashboard and control panel template",
|
|
|
|
"main": [
|
2015-10-30 16:46:12 +00:00
|
|
|
"starter.html",
|
2015-03-01 17:48:16 +00:00
|
|
|
"dist/css/AdminLTE.css",
|
2015-10-30 16:46:12 +00:00
|
|
|
"dist/js/app.js"
|
2015-03-01 17:48:16 +00:00
|
|
|
],
|
2015-10-31 21:00:52 +00:00
|
|
|
"dependencies": {
|
|
|
|
"jquery": "1.9.1 - 2",
|
2016-01-16 16:27:23 +00:00
|
|
|
"bootstrap": "https://github.com/twbs/bootstrap.git#v4.0.0-alpha.2",
|
2015-11-07 17:05:28 +00:00
|
|
|
"font-awesome": "^4"
|
2015-10-31 21:00:52 +00:00
|
|
|
},
|
2015-03-01 17:48:16 +00:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"js",
|
|
|
|
"html",
|
|
|
|
"template",
|
|
|
|
"admin",
|
|
|
|
"bootstrap",
|
|
|
|
"theme",
|
|
|
|
"backend",
|
|
|
|
"responsive"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"composer.json",
|
2015-04-22 14:08:14 +00:00
|
|
|
"documentation"
|
2015-03-01 17:48:16 +00:00
|
|
|
]
|
|
|
|
}
|