We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fabf9 commit f3f4c95Copy full SHA for f3f4c95
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "proxy-login-automator",
3
+ "version": "1.0.0",
4
+ "description": "automatically send user/password to http proxy server so you do not need to input it manually.",
5
+ "bin": {"proxy-login-automator.js": "./proxy-login-automator.js"},
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/sjitech/proxy-login-automator.git"
12
13
+ "author": "[email protected]",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/sjitech/proxy-login-automator/issues"
17
18
+ "homepage": "https://github.com/sjitech/proxy-login-automator#readme"
19
+}
0 commit comments