diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..283c0a297 --- /dev/null +++ b/bower.json @@ -0,0 +1,34 @@ +{ + "name": "AdminLTE", + "version": "2.0.2", + "homepage": "http://almsaeedstudio.com", + "authors": [ + "Abdullah Almsaeed " + ], + "description": "Admin dashboard and control panel template", + "main": [ + "index2.html", + "dist/css/AdminLTE.css", + "dist/js/AdminLTE.js", + "build/less/AdminLTE.less" + ], + "keywords": [ + "css", + "js", + "html", + "template", + "admin", + "bootstrap", + "theme", + "backend", + "responsive" + ], + "license": "MIT", + "ignore": [ + "/.*", + "node_modules", + "bower_components", + "composer.json", + "documentaion" + ] +}