AdminLTE/bower.json
Abdullah Almsaeed 545a862c1d Dev setup
2016-01-16 11:27:23 -05:00

38 lines
721 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.2",
"font-awesome": "^4"
},
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
"documentation"
]
}