composer.json 566 B

12345678910111213141516171819
  1. {
  2. "name": "patrickkunka/mixitup",
  3. "type": "library",
  4. "homepage": "https://www.kunkalabs.com/mixitup/",
  5. "license": [
  6. "proprietary"
  7. ],
  8. "authors": [
  9. {
  10. "name": "KunkaLabs Limited",
  11. "homepage": "https://www.kunkalabs.com/"
  12. }
  13. ],
  14. "support": {
  15. "docs": "https://www.kunkalabs.com/mixitup/docs/get-started/"
  16. },
  17. "description": "A high-performance, dependency-free library for animated filtering, sorting and more",
  18. "keywords": ["javascript", "animate", "filtering", "sorting"]
  19. }