{
  "name": "scrollspy",
  "version": "1.6.0",
  "description": "scrollspy for jQuery",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack example/app.js --output-filename example/bundle.js",
    "readme": "pretty-readme > readme.md"
  },
  "author": "chunpu",
  "license": "ISC",
  "dependencies": {
    "min-log": "latest",
    "min-util": "latest",
    "reopt": "latest"
  },
  "directories": {
    "example": "example"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/chunpu/scrollspy.git"
  },
  "keywords": [
    "scroll",
    "scrollspy",
    "jquery-plugin"
  ],
  "bugs": {
    "url": "https://github.com/chunpu/scrollspy/issues"
  },
  "homepage": "https://github.com/chunpu/scrollspy"
}
