{
    "name" : "coa",
    "description" : "Command-Option-Argument: Yet another parser for command line options.",
    "version" : "0.0.1",
    "homepage" : "http://github.com/veged/coa",
    "author" : {
        "name": "Sergey Berezhnoy",
        "email" : "veged@ya.ru",
        "web" : "http://github.com/veged"
    },
    "maintainers" : [
    ],
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/veged/coa.git"
    },
    "directories" : { "lib" : "./lib" },
    "main" : "./lib/coa.js",
    "dependencies" : {
    },
    "engines" : [ "node ~0.4.0" ],
    "licenses" : [ { "type" : "AS IS" } ]
}
