{
  "name": "argh",
  "version": "1.0.0",
  "description": "light weight option/argv parser for node, it only parses options, nothing more then that.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --reporter spec --ui bdd test.js",
    "watch": "mocha --watch --reporter spec --ui bdd test.js",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:3rd-Eden/argh.git"
  },
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "cli",
    "argv",
    "options",
    "command",
    "command-line"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "devDependencies": {
    "assume": "~2.2.0",
    "istanbul": "~0.4.5",
    "mocha": "~6.1.4",
    "pre-commit": "~1.2.0"
  }
}
