AdminLTE/bower.json
Abdullah Almsaeed 580b11ab7c Add dependencies
2015-10-31 17:00:52 -04:00

37 lines
693 B
JSON

{
"name": "AdminLTE",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <support@almsaeedstudio.com>"
],
"description": "Admin dashboard and control panel template",
"main": [
"starter.html",
"dist/css/AdminLTE.css",
"dist/js/app.js"
],
"dependencies": {
"jquery": "1.9.1 - 2",
"bootstrap": "https://github.com/twbs/bootstrap.git#v4.0.0-alpha"
},
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
"documentation"
]
}