{
  "name": "gatsby-react-router-scroll",
  "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
  "version": "1.0.8",
  "author": "Jimmy Jia",
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "scroll-behavior": "^0.9.1",
    "warning": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-preset-stage-1": "^6.24.1",
    "cross-env": "^5.0.5"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0",
    "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
    "react-router-dom": "^4.0"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore __tests__",
    "prepublish": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore __tests__"
  }
}
