{
    "name": "leader",
    "version": "1.0.1",
    "description": "zookeeper based election",
    "author": {
        "name": "Yunong J Xiao",
        "email": "yjxiao@gmail.com",
        "url": "yunong.ca"
    },
    "engines": {
        "node": ">=0.10"
    },
    "engineStrict": true,
    "repository": {
        "type": "git",
        "url": "http://github.com/yunong/node-leader.git"
    },
    "dependencies": {
        "assert-plus": "0.1.5",
        "bunyan": "0.22.3",
        "node-zookeeper-client": "0.2.1",
        "once": "1.3.0",
        "underscore": "1.6.0",
        "vasync": "1.4.3",
        "verror": "1.4.0"
    },
    "devDependencies": {
        "nodeunit": "git://github.com/yunong/nodeunit.git#4b1bf5",
        "uuid": "1.4.1"
    },
    "main": "./election.js",
    "scripts": {
        "pretest": "./lint.sh",
        "test": "./node_modules/.bin/nodeunit ./test/*.test.js"
    }
}
