{
  "name": "scrollmoo",
  "version": "1.1.11",
  "description": "ScrollMoo is a pure JavaScript-based tool that lets you create high-performance, keyframed scroll animations.",
  "homepage": "https://scrollmoo.com",
  "main": "dist/scrollmoo.min.js",
  "module": "dist/scrollmoo.esm.min.js",
  "type": "module",
  "exports": {
    "require": "./dist/scrollmoo.min.js",
    "import": "./dist/scrollmoo.esm.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MarciCzebe/ScrollMoo.git"
  },
  "keywords": [
    "scrollmoo",
    "javascript",
    "animation",
    "scroll",
    "scroll-driven",
    "scrollreveal",
    "scrolltrigger",
    "keyframes",
    "keyframe-animation",
    "reveal-animation",
    "matrix",
    "matrix3d",
    "3d",
    "2d"
  ],
  "bugs": "https://github.com/MarciCzebe/ScrollMoo/issues",
  "author": "Marci Czebe <info@scrollmoo.com>",
  "license": "MIT"
}
