{
  "name": "redux-first-router-restore-scroll",
  "version": "1.2.2",
  "description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel src -d dist",
    "build:umd": "BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/redux-first-router-restore-scroll.js",
    "build:umd:min": "BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/redux-first-router-restore-scroll.min.js",
    "test": "jest",
    "lint": "eslint --fix ./",
    "format": "prettier --single-quote --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint",
    "precommit": "lint-staged --verbose && npm test",
    "cm": "git-cz",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "prepublish": "npm run build && npm run build:umd && npm run build:umd:min"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/faceyspacey/redux-first-router-restore-scroll.git"
  },
  "author": "James Gillmore <james@faceyspacey.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/faceyspacey/redux-first-router-restore-scroll/issues"
  },
  "homepage": "https://github.com/faceyspacey/redux-first-router-restore-scroll#readme",
  "dependencies": {
    "scroll-behavior": "^0.9.3"
  },
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.24.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "history": "^4.5.1",
    "husky": "^0.13.2",
    "jest": "^19.0.2",
    "lint-staged": "^3.4.0",
    "prettier": "^1.2.2",
    "semantic-release": "^6.3.2",
    "travis-github-status": "^1.6.3",
    "webpack": "2.4.1"
  },
  "peerDependencies": {
    "redux-first-router": "*"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.js": [
      "prettier --single-quote --semi=false --write",
      "eslint --fix",
      "git add"
    ]
  }
}
