node-http-proxy/package.json

33 lines
891 B
JSON

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