{
    "name": "commit",
    "description": "Some git automation",
    "main": "./lib/push",
    "author": "Laurent Zuijdwijk",
    "version": "0.0.4",
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/"
    },
    "bugs" : {
        "url" : "http://github.com/caolan/async/issues"
    }, 
    "dependencies": {
        "async": ">=0.2.5",
        "colors": ">=0.6.0-1",
        "cli": "0.4.4-2"
  },
    "licenses" : [ 
        {
            "type" : "MIT",
            "url" : "http://github.com/caolan/async/raw/master/LICENSE"
        }
    ],
    "keywords": [ "git", "automation", "commit" ],

    "scripts": {
        "test": "nodeunit test/test-async.js"
    },
    "bin": {
        "commit":     "./bin/commit.js"
    }
}