Skip to content

Commit

Permalink
[minor] Remove duplicate dependencies and cleanup of the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Oct 1, 2013
1 parent 8269eca commit a51b062
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"yawnt <yawnt@nodejitsu.com>",
"indexzero <charlie@nodejitsu.com>"
],
"main" : "index.js",

"main" : "index.js",

"dependencies" : {
"eventemitter2" : "*"
Expand All @@ -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"
Expand Down

0 comments on commit a51b062

Please sign in to comment.