{
  "name": "vue-headroom",
  "version": "0.10.1",
  "description": "Headroom component for Vuejs",
  "main": "./dist/vue-headroom-umd.js",
  "browser": "./dist/vue-headroom-umd.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint ./src/*.js",
    "build": "bili",
    "prepublishOnly": "npm run build",
    "gh-pages": "gh-pages -d docs -m 'Deployed to Github Pages'",
    "release": "standard-version && npm run build && git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dalphyx/vue-headroom.git"
  },
  "author": "dalphyx <wjcbmk@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "raf": "^3.4.1"
  },
  "bugs": {
    "url": "https://github.com/dalphyx/vue-headroom/issues"
  },
  "homepage": "https://github.com/dalphyx/vue-headroom#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.4.3",
    "bili": "^4.7.2",
    "eslint": "^5.16.0",
    "eslint-config-dalphyx": "^0.3.0",
    "gh-pages": "^2.0.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-vue": "^4.7.2",
    "standard-version": "^5.0.2",
    "vue-template-compiler": "^2.6.10"
  }
}
