{
  "name": "react-scrollchor",
  "version": "6.0.0",
  "description": "A React component for scroll to #hash links with smooth animations",
  "files": [
    "lib"
  ],
  "repository": "https://github.com/some-react-components/react-scrollchor.git",
  "main": "lib/scrollchor.js",
  "engines": {
    "npm": ">=3.0"
  },
  "scripts": {
    "build-npm": "rimraf lib && mkdirp lib && babel src/ -d lib/",
    "lint": "semistandard --fix --verbose | snazzy",
    "testonly": "echo \"Error: no test specified\" && exit 1",
    "test": "npm run testonly",
    "prepare": "npm run build-npm",
    "clean-install": "npmclean && npm install",
    "format": "prettier-eslint --single-quote --write '**/*.+(js|jsx)'"
  },
  "keywords": [
    "react",
    "component",
    "react-component",
    "scroll",
    "anchor",
    "scrollchor",
    "hash",
    "animate"
  ],
  "peerDependencies": {
    "react": ">=15.0.0"
  },
  "dependencies": {
    "requestanimationframe-timer": "1.x.x"
  },
  "devDependencies": {
    "babel-cli": "6.x.x",
    "babel-eslint": "7.x.x",
    "babel-plugin-transform-class-properties": "6.x.x",
    "babel-plugin-transform-export-extensions": "6.x.x",
    "babel-plugin-transform-object-rest-spread": "6.x.x",
    "babel-preset-env": "1.x.x",
    "babel-preset-react": "6.x.x",
    "babel-preset-stage-3": "6.x.x",
    "mkdirp": "*",
    "rimraf": "2.x.x"
  },
  "semistandard": {
    "parser": "babel-eslint",
    "global": [
      "history",
      "location"
    ]
  },
  "authors": [
    "bySabi Files <> (https://github.com/bySabi)"
  ],
  "maintainers": [
    "xehpuk <> (https://github.com/xehpuk)"
  ],
  "license": "ISC"
}
