{
      "name"                        : "ee-argv"
    , "description"                 : "A simple commandline arguments parser"
    , "version"                     : "1.0.2"
    , "homepage"                    : "https://github.com/eventEmitter/ee-argv"
    , "author"                      : "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)" 
    , "license"                     : "MIT"
    , "repository": {
          "url"                     : "https://github.com/eventEmitter/ee-argv.git"
        , "type"                    : "git"
    }
    , "engines": {
        "node"                      : ">=4.2.1"
    }
    , "bugs": {
        "url"                       : "https://github.com/eventEmitter/ee-argv/issues"
    }
    , "dependencies": {
        "ee-log"                    : "0.3.x"
    }
    , "devDependencies": {
          "mocha"                   : "2.x"
    }
    , "optionalDependencies": {}
    , "keywords"                    : [ "argv", "commandline", "parser" ]
    , "scripts": {
        "test"                      : "node test.js"
    }
     , "scripts": {
        "test"                      : "./node_modules/mocha/bin/_mocha --reporter spec"
    }
}
