bower.json 719 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "AdminLTE",
  3. "homepage": "http://almsaeedstudio.com",
  4. "authors": [
  5. "Abdullah Almsaeed <support@almsaeedstudio.com>"
  6. ],
  7. "description": "Admin dashboard and control panel template",
  8. "main": [
  9. "starter.html",
  10. "dist/css/AdminLTE.css",
  11. "dist/js/app.js"
  12. ],
  13. "dependencies": {
  14. "jquery": "1.9.1 - 2",
  15. "bootstrap": "https://github.com/twbs/bootstrap.git#v4.0.0-alpha",
  16. "font-awesome": "^4"
  17. },
  18. "keywords": [
  19. "css",
  20. "js",
  21. "html",
  22. "template",
  23. "admin",
  24. "bootstrap",
  25. "theme",
  26. "backend",
  27. "responsive"
  28. ],
  29. "license": "MIT",
  30. "ignore": [
  31. "/.*",
  32. "node_modules",
  33. "bower_components",
  34. "composer.json",
  35. "documentation"
  36. ]
  37. }