{
  "name": "scroll-active",
  "version": "0.0.10",
  "description": "A lightweight lib for making navigation elements active as you scroll.",
  "main": "dist/scroll-active.js",
  "types": "dist/ScrollActive.d.ts",
  "scripts": {
    "rm": "../../node_modules/.bin/rimraf dist",
    "dev": "npm run rm && ../../node_modules/.bin/cross-env NODE_ENV=development ../../node_modules/.bin/rollup -cw",
    "build": "npm run rm && ../../node_modules/.bin/cross-env NODE_ENV=production ../../node_modules/.bin/rollup -c"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shalldie/scroll-active.git"
  },
  "keywords": [
    "scroll",
    "active",
    "highlight",
    "menu"
  ],
  "author": "shalldie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shalldie/scroll-active/issues"
  },
  "homepage": "https://github.com/shalldie/scroll-active#readme",
  "devDependencies": {
    "tween-task": "0.0.8"
  },
  "gitHead": "e45d9d0891a518c8f7e3199f93ac784cf1ad037f"
}
