forked from SamDecrock/node-http-ntlm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 849 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
{
"name": "webauth",
"description": "Web authentication module",
"version": "1.1.0",
"author": "Sam Decrock (https://github.com/SamDecrock/)",
"contributors": [
"Churkin Andrey (https://github.com/churkin)"
],
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/churkin/webauth.git"
},
"main": "./webauth",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"readmeFilename": "README.md",
"gitHead": "66d6a178691a65dc5dcd6d2b7b9b71cb82f50a3a",
"bugs": {
"url": "https://github.com/churkin/webauth/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"module"
],
"license": "MIT"
}