{
  "_args": [
    [
      "vue-scrollto@2.15.0",
      "/var/www/html"
    ]
  ],
  "_from": "vue-scrollto@2.15.0",
  "_id": "vue-scrollto@2.15.0",
  "_inBundle": false,
  "_integrity": "sha512-FmJncIrXvsqvyVAN55Trc2CQWVDyxuMgdQQp1Q9I9bhoEi7XXpvXXQonhbFBktzNggJf1rpfHpVqa8KLhPeePQ==",
  "_location": "/vue-scrollto",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-scrollto@2.15.0",
    "name": "vue-scrollto",
    "escapedName": "vue-scrollto",
    "rawSpec": "2.15.0",
    "saveSpec": null,
    "fetchSpec": "2.15.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-scrollto/-/vue-scrollto-2.15.0.tgz",
  "_spec": "2.15.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Igor Randjelovic",
    "email": "shout@igor-randjelovic.com",
    "url": "http://igor-randjelovic.com"
  },
  "bugs": {
    "url": "https://github.com/rigor789/vue-scrollto/issues"
  },
  "dependencies": {
    "bezier-easing": "2.1.0"
  },
  "description": "Adds a directive that listens for click events and scrolls to elements.",
  "devDependencies": {
    "@babel/core": "7.3.4",
    "@babel/plugin-transform-object-assign": "7.2.0",
    "@babel/preset-env": "7.3.4",
    "@vuepress/plugin-google-analytics": "1.0.0-alpha.44",
    "lint-staged": "8.1.5",
    "pre-commit": "1.2.2",
    "prettier": "1.16.4",
    "rollup": "1.6.0",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-commonjs": "9.2.1",
    "rollup-plugin-node-resolve": "4.0.1",
    "vuepress": "^1.0.0-alpha.44"
  },
  "homepage": "https://github.com/rigor789/vue-scrollto#readme",
  "keywords": [
    "vue",
    "vuejs",
    "directive",
    "scroll",
    "scrollto",
    "scroll to"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**.js": [
      "prettier --write --tab-width=4",
      "git add"
    ]
  },
  "main": "vue-scrollto.js",
  "name": "vue-scrollto",
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rigor789/vue-scrollto.git"
  },
  "scripts": {
    "build": "rollup -c",
    "docs:build": "vuepress build docs",
    "docs:dev": "vuepress dev docs",
    "lint-staged": "lint-staged",
    "prepublishOnly": "npm run build"
  },
  "version": "2.15.0"
}
