{
  "name"            : "argparse",
  "description"     : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  "version"         : "0.1.0",
  "keywords"        : ["cli", "parser", "argparse", "option", "args"],
  "homepage"        : "https://github.com/nodeca/argparse",

  "author"          : "Eugene Shkuropat <e.shkuropat@gmail.com>",

  "bugs"            : { "url": "https://github.com/nodeca/argparse/issues" },
  "license"         : { "type": "MIT", "url": "https://github.com/nodeca/argparse/blob/master/LICENSE" },
  "repository"      : { "type": "git", "url": "git://github.com/nodeca/argparse.git" },

  "main"            : "./index.js",

  "dependencies"    : {
                        "underscore"        : "1.3.1",
                        "underscore.string" : "2.1.1"
                      },
  "engines"         : { "node": ">= 0.6.0" }
}
