dispatch-proxy
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1,2 +0,2 @@ | ||
var HttpProxy, Logger, SocksProxy, crypto, inspect, logger, os, program, | ||
var HttpProxy, Logger, SocksProxy, crypto, inspect, logger, os, pkg, program, | ||
__slice = [].slice; | ||
@@ -18,2 +18,4 @@ | ||
pkg = require('../package'); | ||
logger = new Logger({ | ||
@@ -24,3 +26,3 @@ tab: 10, | ||
program.version('0.1.2'); | ||
program.version(pkg.version); | ||
@@ -27,0 +29,0 @@ program.command('list').description('list all available network interfaces').action(function() { |
@@ -5,3 +5,3 @@ { | ||
"author": "Alexandre Kirszenberg <a.kirszenberg@gmail.com>", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -17,3 +17,2 @@ "keywords": [ | ||
], | ||
"repository": { | ||
@@ -23,17 +22,12 @@ "type": "git", | ||
}, | ||
"bin": { | ||
"dispatch": "./bin/dispatch.js" | ||
}, | ||
"scripts": { | ||
"prepublish": "grunt" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"engineStrict": true, | ||
"dependencies": { | ||
@@ -44,3 +38,2 @@ "commander": "2.0.0", | ||
}, | ||
"devDependencies": { | ||
@@ -47,0 +40,0 @@ "grunt": "*", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20591
337