{
  "name": "@hyjiacan/vue-slideout",
  "version": "2.6.3",
  "description": "A Slide-Out component for Vue.js 2.0",
  "main": "lib/slideout.common.js",
  "unpkg": "lib/slideout.umd.js",
  "jsdelivr": "lib/slideout.umd.js",
  "scripts": {
    "serve": "npx vue-cli-service serve",
    "build": "npx vue-cli-service build --target lib --dest=lib --name slideout src/components/index.js",
    "build:docs": "npx vue-cli-service build --dest=docs",
    "release": "yarn run lint & yarn run build & yarn run build:docs & node version.js",
    "lint": "npx vue-cli-service lint",
    "test": "npx vue-cli-service lint & npx vue-cli-service build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyjiacan/vue-slideout.git"
  },
  "keywords": [
    "vue",
    "slide",
    "slideout"
  ],
  "author": "hyjiacan",
  "license": "MIT",
  "files": [
    "lib",
    "types",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
    "API.md",
    "API.zh-CN.md"
  ],
  "types": "types/slideout.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "bugs": {
    "url": "https://github.com/hyjiacan/vue-slideout/issues"
  },
  "homepage": "https://hyjiacan.github.io/vue-slideout/",
  "dependencies": {},
  "devDependencies": {
    "@vue/cli": "^3.7.0",
    "@vue/cli-plugin-babel": "^3.7.0",
    "@vue/cli-plugin-eslint": "^3.7.0",
    "@vue/cli-service": "^3.7.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "core-js": "^2.6.5",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "vue": "2.6.10",
    "vue-template-compiler": "2.6.10"
  }
}