{
  "name": "scroll-to",
  "description": "Smooth window scroll to position with requestAnimationFrame",
  "version": "0.0.2",
  "keywords": [
    "scroll",
    "animate",
    "scroll-to"
  ],
  "dependencies": {
    "component-raf": "1.2.0",
    "component-tween": "1.2.0"
  },
  "browser": {
    "raf": "component-raf",
    "tween": "component-tween"
  },
  "license": "MIT",
  "main": "index.js",
  "component": {
    "scripts": {
      "scroll-to/index.js": "index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/component/scroll-to.git"
  }
}
