{
    "name":"error-handling",
    "version":"1.0.0",
    "homepage":"https://github.com/VirtuOz/node-error-handling",
    "contributors":[
    	{
    		"name":"Kevan Dunsmore",
    		"email":"kdunsmore@virtuoz.com"
    	}
    ],
    "scripts":{
        "test":"node_modules/mocha/bin/_mocha test/*_test.js --ignore-leaks -t 20000 --reporter spec",
        "test-jenkins":"node_modules/mocha/bin/_mocha test/*_test.js --ignore-leaks -t 20000 --reporter xunit-file",
        "clean":"rm -rf target; rm -f xunit.xml"
    },
    "dependencies":{
        "futures":"2.1.0"
    },
    "devDependencies":{
        "mocha":"1.6.0",
        "chai":"1.3.0",
        "xunit-file":"0.0.1"
    },
    "main":"./index.js"
}