{
  "name": "scroll-behavior",
  "version": "0.9.4",
  "description": "Pluggable browser scroll management",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "build": "rimraf lib && babel src -d lib",
    "lint": "eslint src test *.js",
    "prepublish": "npm run build",
    "tdd": "cross-env NODE_ENV=test karma start",
    "test": "npm run lint && npm run testonly",
    "testonly": "npm run tdd -- --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taion/scroll-behavior.git"
  },
  "keywords": [
    "scroll"
  ],
  "author": "Jimmy Jia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/taion/scroll-behavior/issues"
  },
  "homepage": "https://github.com/taion/scroll-behavior#readme",
  "dependencies": {
    "dom-helpers": "^3.2.1",
    "invariant": "^2.2.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.2",
    "codecov": "^2.3.0",
    "cross-env": "^5.0.5",
    "dirty-chai": "^2.0.1",
    "eslint": "^4.7.2",
    "eslint-config-4catalyzer": "^0.3.0",
    "eslint-plugin-import": "^2.7.0",
    "history": "^2.1.2",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.4",
    "karma-sinon-chai": "^1.3.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.4",
    "mocha": "^3.5.3",
    "rimraf": "^2.6.2",
    "sinon": "^2.4.1",
    "sinon-chai": "^2.13.0",
    "webpack": "^3.6.0"
  }
}
