{
    "name": "argsparser",
    "description": "A tiny command line arguments parser",
    "version": "0.0.7",
    "author": "Oleg Slobodskoi <oleg008@gmail.com>",
    "repository": {
        "type": "git",
        "url": "http://github.com/kof/node-argsparser.git"
    },
    "keywords": [ "arguments", "options", "command line", "parser" ],
    "engines": { "node": ">= 0.2.0" },
    "scripts": { "test": "node ./test/test.js"  },
    "licenses": [
        {
            "type": "MIT",
            "url" : "http://www.opensource.org/licenses/mit-license.php"
        }
    ]
}
