{
  "name": "@gerhobbelt/nomnom",
  "description": "Option parser with generated usage and commands",
  "version": "1.8.4-32",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "contributors": [
    "Gregory Banks <quaid@kuatowares.com>",
    "Ger Hobbelt <ger@hobbelt.com>"
  ],
  "files": [
    "nomnom.js"
  ],
  "scripts": {
    "test": "bash ./node_modules/.bin/nodeunit test/*.js",
    "log": "git log --tags --decorate=short --pretty=fuller > CHANGELOG.md",
    "pub": "npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/GerHobbelt/nomnom.git"
  },
  "main": "./nomnom",
  "keywords": [
    "arguments",
    "option parser",
    "command line",
    "options",
    "parser"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=4.0"
  },
  "dependencies": {
    "@gerhobbelt/linewrap": "0.2.2-3",
    "chalk": "4.1.0",
    "exit": "0.1.2"
  },
  "devDependencies": {
    "nodeunit": "0.11.3"
  }
}
