{
    "name": "webhookit-http",
    "version": "0.0.4",
    "description": "HTTP module for WebHookIt",
    "author": "Eric Abouaf <eric.abouaf@gmail.com>",
    "bugs": { "web" : "http://github.com/neyric/webhookit/issues" },
    "os": ["darwin", "linux"],
    "contributors": [
        "Eric Abouaf <eric.abouaf@gmail.com> (http://neyric.com)"
    ],
    "engines": {
        "node" : ">=0.4.0"
    },
    "directories": {
        "lib" : "./lib"
    },
    "main": "./lib/webhookit-http",
    "dependencies": {
		  "xml2js-expat": ">=0.1.3"
    },
    "licenses":[  {"type" : "MIT"} ],
    "repository": {
        "type":"git",
        "url":"http://github.com/neyric/webhookit-packages.git"
    }
}