bower.json 802 B

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