diff options
Diffstat (limited to 'node_modules/proxy-check/package.json')
-rw-r--r-- | node_modules/proxy-check/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/proxy-check/package.json b/node_modules/proxy-check/package.json new file mode 100644 index 0000000..b38e0cc --- /dev/null +++ b/node_modules/proxy-check/package.json @@ -0,0 +1,22 @@ +{ + "name": "proxy-check", + "version": "1.0.8", + "description": "Check proxy for NodeJS", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/zamanuhina/proxy-check.git" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "keywords": [ + "proxy", + "proxy-check" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/zamanuhina/proxy-check/issues" + }, + "homepage": "https://github.com/zamanuhina/proxy-check#readme" +} |