Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Nov 15, 2015
1 parent b672e08 commit b39f099
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "dispatch-proxy",
"description": "A SOCKS5/HTTP proxy that balances traffic between multiple internet connections.",
"author": "Alexandre Kirszenberg <a.kirszenberg@gmail.com>",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"keywords": [
"dispatch",
Expand All @@ -13,32 +13,25 @@
"load",
"balancer"
],

"repository": {
"type": "git",
"url": "git@github.com:morhaus/dispatch-proxy.git"
},

"bin": {
"dispatch": "./bin/dispatch.js"
},

"scripts": {
"prepublish": "grunt"
},

"engines": {
"node": ">=0.10.0"
},

"engineStrict": true,

"dependencies": {
"commander": "2.0.0",
"socks-handler": "0.2.1",
"tmpl-log": "0.0.3"
},

"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
Expand Down

0 comments on commit b39f099

Please sign in to comment.