{
    "name" : "sebastian",
    "version":"0.2.5",
    "description" : "A flow-control library aimed at encouraging organized, testable code.",
    "keywords": [
        "sebastian",
        "flow-control",
        "flow",
        "deferred",
        "promise"
    ],
    "author" : "Mandarin Drummond (http://mandarindrummond.com)",
    "scripts":
    {
        "test":"make test"
    },
    "dependencies":
    {
        "jquery-deferred":"0.3.0"
    },
    "devDependencies":
    {
        "mocha":"1.4.2",
        "sinon":"1.3.2",
        "should":"1.1.0",
        "underscore" : "1.4.4"
    }
}
