-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "whistle.proxyauth",
"version": "1.1.5",
"description": "Set authentication account and password for the requests",
"scripts": {
"lint": "eslint index.js",
"lintfix": "eslint index.js --fix"
},
"whistleConfig": {
"noOption": true,
"hideShortProtocol": true,
"pluginVars": {
"hintSuffix": [".enableAuthComposer=true"]
}
},
"homepage": "https://github.com/whistle-plugins/whistle.proxyauth",
"keywords": [
"whistle",
"authentication",
"auth"
],
"registry": "https://github.com/whistle-plugins/whistle.proxyauth",
"repository": {
"type": "git",
"url": "https://github.com/whistle-plugins/whistle.proxyauth.git"
},
"engines": {
"node": ">= 6"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"eslint-config-imweb": "^0.2.10"
},
"dependencies": {
"lru-cache": "^4.1.3"
}
}