{
  "name": "scroll-behavior",
  "version": "0.3.1",
  "description": "Scroll behaviors for use with history",
  "files": [
    "es6",
    "lib"
  ],
  "main": "lib/index.js",
  "jsnext:main": "es6/index",
  "scripts": {
    "build": "npm run build-cjs && npm run build-es6",
    "build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
    "build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
    "lint": "eslint modules *.js",
    "prepublish": "npm run build",
    "test": "npm run lint && karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rackt/scroll-behavior.git"
  },
  "keywords": [
    "history",
    "location",
    "scroll"
  ],
  "author": "Jimmy Jia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rackt/scroll-behavior/issues"
  },
  "homepage": "https://github.com/rackt/scroll-behavior#readme",
  "devDependencies": {
    "babel": "^5.8.29",
    "babel-core": "^5.8.33",
    "babel-eslint": "^4.1.4",
    "babel-loader": "^5.3.3",
    "chai": "^3.4.0",
    "eslint": "^1.8.0",
    "eslint-config-rackt": "^1.1.1",
    "expect": "^1.12.2",
    "history": "^1.13.0",
    "isparta-loader": "^1.0.0",
    "karma": "^0.13.15",
    "karma-chrome-launcher": "^0.2.1",
    "karma-coverage": "^0.5.3",
    "karma-coveralls": "^1.1.2",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.1.1",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3",
    "webpack": "^1.12.3"
  },
  "peerDependencies": {
    "history": "^1.12.1 || ^2.0.0-rc2"
  },
  "dependencies": {
    "dom-helpers": "^2.4.0"
  }
}
