{
  "name": "v-click-outside-x",
  "version": "3.7.1",
  "description": "Vue directive to react on clicks outside an element.",
  "homepage": "https://github.com/Xotic750/v-click-outside-x.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/Xotic750/v-click-outside-x.git"
  },
  "bugs": {
    "url": "https://github.com/Xotic750/v-click-outside-x/issues"
  },
  "browser": "dist/v-click-outside-x.min.js",
  "main": "dist/v-click-outside-x.js",
  "module": "src/index.js",
  "scripts": {
    "build:base": "webpack --bail --progress --profile --colors",
    "build": "cross-env NODE_ENV=production npm run build:base --",
    "build:dev": "npm run build:base --",
    "clean": "rimraf dist && npm run clean:coverage",
    "clean:coverage": "rimraf __tests__/coverage",
    "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .",
    "lint-fix": "npm run lint -- --fix",
    "precommit": "npm run security fix && npm run build",
    "prepush": "npm run precommit",
    "report": "npm run build -- --env.report",
    "report:dev": "npm run build:dev -- --env.report",
    "security": "npm audit",
    "security-fix": "npm run security -- --fix",
    "start": "nodemon --exec \"npm run build\" --watch src",
    "test": "npm run clean:coverage && jest",
    "test:ci": "npm run test -- --ci --maxWorkers=2",
    "test:coverage": "npm run test -- --coverage"
  },
  "author": {
    "name": "Graham Fairweather",
    "email": "xotic750@gmail.com"
  },
  "copyright": "Copyright (c) 2018-present",
  "license": "MIT",
  "keywords": [
    "vue",
    "click",
    "outside",
    "directive"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-property-mutators": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/runtime": "^7.2.0",
    "@prorenata/eslint-config-vue": "^1.11.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "cross-env": "^5.2.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.6.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-compat": "^2.6.3",
    "eslint-plugin-css-modules": "^2.11.0",
    "eslint-plugin-eslint-comments": "^3.0.1",
    "eslint-plugin-html": "^5.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-jsdoc": "^4.0.0",
    "eslint-plugin-json": "^1.3.2",
    "eslint-plugin-lodash": "^5.1.0",
    "eslint-plugin-no-use-extend-native": "^0.4.0",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-sort-class-members": "^1.4.0",
    "eslint-plugin-switch-case": "^1.1.2",
    "eslint-plugin-vue": "^5.1.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "husky": "^1.3.1",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0",
    "jest-file": "^1.0.0",
    "prettier": "^1.14.3",
    "rimraf": "^2.6.3",
    "semver": "^5.6.0",
    "terser-webpack-plugin": "^1.2.1",
    "webpack": "^4.29.0",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.2.1",
    "webpack-merge": "^4.2.1"
  },
  "engines": {
    "node": ">=8.11.4",
    "npm": "6.4.1"
  },
  "browserslist": [
    "> 1%",
    "Explorer >= 9"
  ]
}
