forked from SamDecrock/node-http-ntlm
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 723 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 723 Bytes
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
{
"name": "request-simple-ntlm",
"description": "request-simple-ntlm is a Node.js library to do HTTP NTLM authentication using request module",
"version": "1.1.0",
"dependencies": {
"request": "^2.88.0"
},
"author": {
"name": "Sathis",
"url": "https://github.com/msathis/"
},
"bugs": {
"url": "https://github.com/msathis/request-simple-ntlm/issues"
},
"engines": {
"node": ">=0.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/msathis/request-simple-ntlm.git"
},
"main": "./index",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"jshint": "jshint *.js"
}
}