{
  "name": "argparse",
  "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  "version": "1.0.0",
  "keywords": [
    "cli",
    "parser",
    "argparse",
    "option",
    "args"
  ],
  "homepage": "https://github.com/nodeca/argparse",
  "contributors": [
    "Eugene Shkuropat",
    "Paul Jacobson"
  ],
  "bugs": {
    "url": "https://github.com/nodeca/argparse/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodeca/argparse.git"
  },
  "main": "./index.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "lodash": "^3.2.0",
    "sprintf-js": "~1.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
