{
  "name": "fluid-marquee",
  "version": "1.1.0",
  "description": "A lightweight, zero-dependency marquee/scrolling content library using modern JavaScript and CSS.",
  "author": "Ewan Howell <ewanhowell5195>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/fluid-marquee.min.js",
  "style": "./dist/fluid-marquee.min.css",
  "exports": {
    ".": "./dist/fluid-marquee.min.js",
    "./styles.css": "./dist/fluid-marquee.min.css"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ewanhowell5195/fluid-marquee.git"
  },
  "bugs": {
    "url": "https://github.com/ewanhowell5195/fluid-marquee/issues"
  },
  "homepage": "https://fluid-marquee.ewanhowell.com/",
  "scripts": {
    "build": "node build.js"
  },
  "devDependencies": {
    "clean-css": "^5.3.3",
    "terser": "^5.43.1"
  },
  "keywords": [
    "marquee",
    "scroller",
    "ticker",
    "scrolling",
    "carousel",
    "javascript",
    "zero-dependency"
  ]
}
