bower.json 621 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "AdminLTE",
  3. "version": "2.1.0a",
  4. "homepage": "http://almsaeedstudio.com",
  5. "authors": [
  6. "Abdullah Almsaeed <almasaeed2010@gmail.com>"
  7. ],
  8. "description": "Admin dashboard and control panel template",
  9. "main": [
  10. "index2.html",
  11. "dist/css/AdminLTE.css",
  12. "dist/js/app.js",
  13. "build/less/AdminLTE.less"
  14. ],
  15. "keywords": [
  16. "css",
  17. "js",
  18. "html",
  19. "template",
  20. "admin",
  21. "bootstrap",
  22. "theme",
  23. "backend",
  24. "responsive"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "/.*",
  29. "node_modules",
  30. "bower_components",
  31. "composer.json",
  32. "documentaion"
  33. ]
  34. }