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.
40 lines
788 B
40 lines
788 B
{
|
|
"name": "AdminLTE",
|
|
"homepage": "http://adminlte.io",
|
|
"authors": [
|
|
"Abdullah Almsaeed <support@adminlte.io>"
|
|
],
|
|
"description": "Admin dashboard and control panel template",
|
|
"main": [
|
|
"starter.html",
|
|
"dist/css/AdminLTE.css",
|
|
"dist/js/app.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^3",
|
|
"bootstrap": "https://github.com/twbs/bootstrap.git#v4.0.0-alpha.5",
|
|
"font-awesome": "^4",
|
|
"tether": "https://github.com/HubSpot/tether.git#v1.3.7",
|
|
"chart.js": "^2.4.0"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"html",
|
|
"template",
|
|
"admin",
|
|
"bootstrap",
|
|
"theme",
|
|
"backend",
|
|
"responsive"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"composer.json",
|
|
"documentation"
|
|
]
|
|
}
|