{
  "name": "helmsman",
  "version": "2.0.1",
  "description": "Easily make command line interfaces using git style subcommands",
  "homepage": "https://github.com/mattmcmanus/node-helmsman",
  "author": {
    "name": "Matt McManus",
    "email": "mcmanus@punkave.com"
  },
  "contributors": [
    {
      "name": "Beau Gunderson",
      "email": "beau@beaugunderson.com",
      "url": "https://beaugunderson.com/"
    }
  ],
  "main": "helmsman.js",
  "scripts": {
    "test": "cd test && tap *.js"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mattmcmanus/node-helmsman.git"
  },
  "bugs": {
    "url": "https://github.com/mattmcmanus/node-helmsman/issues"
  },
  "keywords": [
    "cli",
    "command",
    "subcommand",
    "sub-command"
  ],
  "license": "MIT",
  "devDependencies": {
    "tap": "^14.6.1"
  },
  "dependencies": {
    "glob": "~7.1.4",
    "colors": "~1.3.3",
    "underscore.string": "~3.3.5",
    "lodash": "~4.17.15"
  }
}
