{
  "name": "scroll-behavior",
  "version": "0.1.0",
  "description": "Scroll behaviors for use with history",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "scripts": {
    "build": "babel ./modules -d lib --ignore '__tests__'",
    "lint": "eslint modules",
    "mocha": "mocha --compilers js:babel-core/register modules/**/*-test.js",
    "prepublish": "npm run test && npm run build",
    "test": "npm run lint && npm run mocha"
  },
  "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",
    "chai": "^3.4.0",
    "eslint": "^1.8.0",
    "eslint-config-rackt": "^1.1.1",
    "history": "^1.13.0",
    "mocha": "^2.3.3"
  },
  "peerDependencies": {
    "history": "^1.12.1"
  },
  "dependencies": {
    "dom-helpers": "^2.4.0"
  }
}
