{
  "name": "nopter",
  "description": "A powerful, yet simple command line (CLI) option parser.",
  "version": "0.3.0",
  "homepage": "https://github.com/stevenvachon/nopter",
  "author": {
    "name": "Steven Vachon",
    "email": "contact@svachon.com",
    "url": "http://www.svachon.com/"
  },
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/stevenvachon/nopter.git"
  },
  "bugs": {
    "url": "https://github.com/stevenvachon/nopter/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "dependencies": {
    "caller-path": "~0.1.0",
    "camelcase": "^1.0.2",
    "chalk": "~0.5.1",
    "cli-table": "~0.3.1",
    "eol": "~0.2.0",
    "nopt": "^3.0.1",
    "object-assign": "^2.0.0",
    "splitargs": "~0.0.3"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "mocha test/ --reporter spec --check-leaks --bail --no-exit"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "args",
    "argv",
    "command",
    "cli",
    "nopt",
    "options",
    "parser",
    "terminal"
  ]
}
