{
  "name": "scroll-into-view",
  "version": "1.7.4",
  "description": "",
  "main": "scrollIntoView.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:KoryNunn/scroll-into-view.git"
  },
  "scripts": {
    "test": "browserify test/test.js -d -o test/test.browser.js && google-chrome ./test/test.html",
    "watchTest": "watchify test/test.js -d -o test/test.browser.js",
    "watchExample": "watchify example/index.js -d -o example/index.browser.js"
  },
  "author": "",
  "license": "BSD",
  "devDependencies": {
    "tape": "~2.1.0",
    "crel": "^1.1.1"
  },
  "dependencies": {
    "raf": "^3.1.0"
  }
}
