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.
AdminLTE/bower.json

40 lines
788 B

10 years ago
{
"name": "AdminLTE",
7 years ago
"homepage": "http://adminlte.io",
10 years ago
"authors": [
7 years ago
"Abdullah Almsaeed <support@adminlte.io>"
10 years ago
],
"description": "Admin dashboard and control panel template",
"main": [
"starter.html",
10 years ago
"dist/css/AdminLTE.css",
"dist/js/app.js"
10 years ago
],
9 years ago
"dependencies": {
8 years ago
"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"
9 years ago
},
10 years ago
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
10 years ago
"documentation"
10 years ago
]
}