package.json 519 B

1234567891011121314151617
  1. {
  2. "name": "@alpinejs/collapse",
  3. "version": "3.13.8",
  4. "description": "Collapse and expand elements with robust animations",
  5. "homepage": "https://alpinejs.dev/plugins/collapse",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/alpinejs/alpine.git",
  9. "directory": "packages/collapse"
  10. },
  11. "author": "Caleb Porzio",
  12. "license": "MIT",
  13. "main": "dist/module.cjs.js",
  14. "module": "dist/module.esm.js",
  15. "unpkg": "dist/cdn.min.js",
  16. "dependencies": {}
  17. }