{
  "name": "argly",
  "description": "A concise command line arguments parser with robust type handling",
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "parsing",
    "cli",
    "command"
  ],
  "homepage": "https://github.com/patrick-steele-idem/argly",
  "repository": {
    "type": "git",
    "url": "https://github.com/patrick-steele-idem/argly.git"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint src"
  },
  "author": "Patrick Steele-Idem <pnidem@gmail.com>",
  "contributors": [
    "Patrick Steele-Idem <pnidem@gmail.com>",
    "Phillip Gates-Idem <phillip.idem@gmail.com>"
  ],
  "maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
  "dependencies": {},
  "devDependencies": {
    "mocha": "~1.15.1",
    "chai": "~1.8.1",
    "jshint": "^2.4.4"
  },
  "license": "MIT",
  "bin": {},
  "main": "src/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "version": "1.2.0"
}
