{
  "name": "vue-context-menu",
  "description": "vue context-menu component",
  "version": "2.0.6",
  "author": "Vin Maimone",
  "main": "vue-context-menu.js",
  "engines": {
    "node": "*"
  },
  "peerDependencies": {
    "vue": "^2.3.4"
  },
  "devDependencies": {
    "@types/tape": "^4.2.30",
    "avoriaz": "^2.4.1",
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-runtime": "^6.23.0",
    "browser-env": "^3.0.2",
    "css-loader": "^0.28.4",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "rimraf": "^2.6.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.7.0",
    "vue": "^2.3.4",
    "vue-loader": "^11.1.0",
    "vue-node": "^1.1.1",
    "vue-template-compiler": "^2.3.4",
    "webpack": "^2.2.0",
    "webpack-dev-server": "^2.4.0"
  },
  "keywords": [
    "component",
    "vue",
    "context",
    "menu"
  ],
  "readmeFilename": "README.md",
  "scripts": {
    "build": "NODE_ENV=production webpack --config webpack.config.js && rimraf docs && mkdirp docs && ncp index.html docs/index.html && ncp vue-context-menu.js docs/vue-context-menu.js",
    "analysis": "NODE_ENV=production webpack --profile --json --config webpack.config.js > stats.json",
    "dev": "webpack-dev-server --config webpack.config.js",
    "test": "tape test/index.js | tap-spec",
    "version": "npm run build && git add .",
    "postversion": "git push && git push --tags && npm publish"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vmaimone/vue-context-menu.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vmaimone/vue-context-menu/issues"
  },
  "homepage": "https://github.com/vmaimone/vue-context-menu#readme",
  "dependencies": {}
}
