{
  "name": "react-router-hashlink",
  "version": "0.6.0",
  "description": "react-router-dom/Link wrapper to handle hash value",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf lib && NODE_ENV=development babel src --out-dir lib",
    "test": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1000ch/react-router-hashlink.git"
  },
  "keywords": [
    "react",
    "react-router",
    "link",
    "hash"
  ],
  "author": "1000ch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/1000ch/react-router-hashlink/issues"
  },
  "homepage": "https://github.com/1000ch/react-router-hashlink#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^8.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "eslint": "^4.8.0",
    "eslint-config-fresh": "^2.2.0",
    "eslint-config-fresh-react": "^2.4.0",
    "eslint-config-xo-react": "^0.13.0",
    "eslint-config-xo-space": "^0.16.0",
    "eslint-plugin-jsx-a11y": "^6.0.0",
    "eslint-plugin-react": "^7.0.0"
  },
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-router-dom": "^4.2.2"
  }
}
