{
  "name": "react-back-top",
  "version": "1.0.4",
  "description": "React component for back to top",
  "main": "./lib/BackToTop.js",
  "scripts": {
    "start": "webpack-dev-server --open",
    "build": "npm run lint && rimraf lib && babel src --out-dir lib --ignore index.jsx,Demo.jsx",
    "lint": "eslint --ext .jsx src/ --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZiQiangWang/react-back-top.git"
  },
  "keywords": [
    "react",
    "component",
    "back",
    "top"
  ],
  "author": "wangziqiang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZiQiangWang/react-back-top/issues"
  },
  "homepage": "https://github.com/ZiQiangWang/react-back-top#readme",
  "dependencies": {
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.3.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.1.0",
    "html-loader": "^0.5.0",
    "html-webpack-plugin": "^2.30.0",
    "rimraf": "^2.6.1",
    "webpack": "^3.4.1",
    "webpack-dev-server": "^2.6.1"
  }
}
