{
  "name": "scroll-captain",
  "version": "1.1.10",
  "description": "Scroll Captain is a JS library for creating scroll-triggered animations.",
  "main": "./lib/scroll-captain.min.mjs",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/kira-e/scroll-captain.git"
  },
  "keywords": [
    "javascript",
    "js",
    "vanillajs",
    "lightweight",
    "library",
    "tool",
    "animation",
    "scroll",
    "scrolling",
    "onscroll",
    "customization"
  ],
  "author": "Kira Ermshaus",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/kira-e/scroll-captain/issues"
  },
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://gitlab.com/kira-e/scroll-captain"
}