{
  "name": "help-version",
  "version": "1.1.1",
  "description": "Handle --help and --version arguments in your CLI application",
  "author": "Eugene Sharygin <eush77@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "tape test/*.js"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/eush77/help-version",
  "repository": {
    "type": "git",
    "url": "https://github.com/eush77/help-version"
  },
  "bugs": {
    "url": "https://github.com/eush77/help-version/issues"
  },
  "keywords": [
    "cli",
    "bin",
    "argv",
    "opts",
    "help",
    "version",
    "argument",
    "arguments",
    "usage",
    "option",
    "options",
    "flag",
    "flags",
    "application",
    "program",
    "testable"
  ],
  "dependencies": {
    "callsites": "^1.0.0",
    "find-root": "^1.0.0",
    "once": "^1.3.3"
  },
  "devDependencies": {
    "concat-stream": "^1.4.8",
    "minimist": "^1.1.1",
    "tape": "^4.0.0",
    "through2": "^2.0.0"
  }
}
