{
  "name": "vue2-scrollspy",
  "version": "2.3.1",
  "description": "Scrollspy for Vue2",
  "main": "dist/index.js",
  "module": "src/index.js",
  "scripts": {
    "watch": "webpack --config build/webpack.config.js --watch",
    "build": "webpack --config build/webpack.config.js",
    "build:report": "npm run build --report",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "prepublish": "npm run build"
  },
  "keywords": [
    "scrollspy",
    "scroll",
    "vue",
    "vue2"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibufu/vue2-scrollspy.git"
  },
  "author": "morning",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ibufu/vue2-scrollspy/issues"
  },
  "homepage": "https://github.com/ibufu/vue2-scrollspy#readme",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.54",
    "@babel/preset-env": "^7.0.0-beta.54",
    "@babel/preset-stage-2": "^7.0.0-beta.54",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.0-beta.4",
    "eslint": "^4.13.1",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-config-vue": "^2.0.2",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "^4.7.0",
    "mkdirp": "^0.5.1",
    "webpack": "^4.8.3",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^2.1.4"
  },
  "dependencies": {
    "@tweenjs/tween.js": "^17.2.0",
    "babel-runtime": "^6.26.0"
  }
}
