{
    "name"        : "bcbf",
    "description" : "(B)ar(C)ode (B)rute (F)orce",
    "homepage"    : "https://github.com/daxxog/bcbf",
    "main"        : "bcbf.js",
    "version"     : "0.0.1",
    "engines": { "node" : ">=0.4.0" },
    "maintainers": [{
        "name"  : "David Volm",
        "email" : "david@volminator.com",
        "web"   : "http://daxxog.com/"
    }],
    "repositories": [{
        "type" : "git",
        "url"  : "https://github.com/daxxog/bcbf.git"
    }],
    "dependencies": {
        "async" : "*"
    },
    "bin": {
        "bcbf" : "./bin/bcbf"
    }
}