mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] Remove duplicate dependencies and cleanup of the scripts
This commit is contained in:
parent
8269eca2bb
commit
a51b062278
16
package.json
16
package.json
@ -7,8 +7,8 @@
|
||||
"yawnt <yawnt@nodejitsu.com>",
|
||||
"indexzero <charlie@nodejitsu.com>"
|
||||
],
|
||||
|
||||
"main" : "index.js",
|
||||
|
||||
"main" : "index.js",
|
||||
|
||||
"dependencies" : {
|
||||
"eventemitter2" : "*"
|
||||
@ -22,19 +22,17 @@
|
||||
"blanket" : "*",
|
||||
"ws" : "*",
|
||||
"socket.io" : "*",
|
||||
"socket.io-client" : "*",
|
||||
"coveralls" : "*",
|
||||
"mocha-lcov-reporter": "*"
|
||||
"socket.io-client" : "*"
|
||||
},
|
||||
"scripts" : {
|
||||
"coveralls" : "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
|
||||
"blanket" : { "pattern": "lib/http-proxy" },
|
||||
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
|
||||
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
|
||||
"test" : "mocha -R landing test/*-test.js",
|
||||
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
|
||||
},
|
||||
|
||||
"engines" : {
|
||||
"node" : ">=0.10.0"
|
||||
"engines" : {
|
||||
"node" : ">=0.10.0"
|
||||
},
|
||||
|
||||
"license" : "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user