bower.json 768 B

1234567891011121314151617181920212223242526272829303132333435363738
  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": "^3",
  15. "bootstrap": "https://github.com/twbs/bootstrap.git#v4-dev",
  16. "font-awesome": "^4",
  17. "tether": "https://github.com/HubSpot/tether.git#v1.3.7"
  18. },
  19. "keywords": [
  20. "css",
  21. "js",
  22. "html",
  23. "template",
  24. "admin",
  25. "bootstrap",
  26. "theme",
  27. "backend",
  28. "responsive"
  29. ],
  30. "license": "MIT",
  31. "ignore": [
  32. "/.*",
  33. "node_modules",
  34. "bower_components",
  35. "composer.json",
  36. "documentation"
  37. ]
  38. }