{
    "name": "renode",
    "version": "0.1.2",
    "description": "dev utility to (re)start a node script when files are changed",
    "author": "Einar Otto Stangvik <einaros@gmail.com>",
    "repository": {
        "type": "git",
        "url": "git://github.com/einaros/renode.git"
    },
    "dependencies": {
        "growl": "1.x"
    },
    "devDependencies": {
        "expresso": "0.8.x",
        "should": "0.x"
    },
    "engines": {
        "node": ">= 0.4.0"
    },
    "main": "renode",
    "bin": {
        "renode": "./renode"
    }
}