{
  "name": "npm-completion",
  "version": "2.0.6",
  "description": "bash and zsh completion script for npm package names.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jephuff/npm-completion.git"
  },
  "keywords": [
    "bash",
    "completion",
    "npm",
    "shell",
    "zsh",
    "sh",
    "tab",
    "complete",
    "yarn",
    "yarn completion",
    "tab tab",
    "yarnpkg"
  ],
  "author": "Jeffrey Burt",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Jephuff/npm-completion/issues"
  },
  "preferGlobal": true,
  "scripts": {
    "postinstall": "./setup",
    "preuninstall": "./uninstall"
  },
  "bin": {
    "npm-completion-setup": "setup",
    "npm-completion-update": "update",
    "npm-completion-uninstall": "uninstall"
  },
  "homepage": "https://github.com/Jephuff/npm-completion#readme",
  "dependencies": {}
}
