composer.json 717 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "almasaeed2010/adminlte",
  3. "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
  4. "homepage": "https://adminlte.io/",
  5. "type": "template",
  6. "keywords": [
  7. "css",
  8. "js",
  9. "less",
  10. "responsive",
  11. "back-end",
  12. "template",
  13. "theme",
  14. "web",
  15. "admin"
  16. ],
  17. "authors": [
  18. {
  19. "name": "Abdullah Almsaeed",
  20. "email": "abdullah@almsaeedstudio.com"
  21. }
  22. ],
  23. "license": "MIT",
  24. "support": {
  25. "issues": "https://github.com/almasaeed2010/AdminLTE/issues"
  26. },
  27. "require": {
  28. "bower-asset/jquery": ">=1.9.0 <4.0.0"
  29. },
  30. "repositories": [
  31. {
  32. "type": "composer",
  33. "url": "https://asset-packagist.org"
  34. }
  35. ]
  36. }