{
    "author":"Bolgov Roman <bolgovr@gmail.com> (https://twitter.com/#!/rbolgov)",
    "name":"broom",
    "description":"Application level flow-control library",
    "version":"0.1.2",
    "homepage":"https://github.com/bolgovr/broom",
    "repository":{
        "type":"git",
        "url":"git://github.com/bolgovr/broom.git"
    },
    "main":"./lib/broom.js",
    "engines":{
        "node":"~0.8.0"
    },
    "scripts": {
      "test": "make test"
    },
    "keywords":["control", "flow", "application"],
    "dependencies":{
        "async":"~0.1.21",
        "underscore":"~1.3.3"
    },
    "devDependencies":{
      "mocha": "~1.2.1"
    }
}
