{ "name" : "caronte", "version" : "0.0.0", "description" : "HTTP proxying for the masses", "author" : "yawnt ", "main" : "index.js", "dependencies" : { "eventemitter2" : "*" }, "devDependencies": { "mocha" : "*", "expect.js" : "*", "dox" : "*", "coveralls" : "*", "mocha-lcov-reporter": "*", "blanket" : "*", "ws" : "*" }, "scripts" : { "blanket" : { "pattern": "caronte/lib" }, "test" : "mocha -R landing test/*-test.js", "test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html" }, "license" : "MIT" }