UNPKG

715 BJSONView Raw
1{
2 "name": "httpntlm",
3 "description": "httpntlm is a Node.js library to do HTTP NTLM authentication",
4 "version": "1.6.1",
5 "dependencies": {
6 "httpreq": ">=0.4.22",
7 "underscore": "~1.7.0"
8 },
9 "author": {
10 "name": "Sam Decrock",
11 "url": "https://github.com/SamDecrock/"
12 },
13 "bugs": {
14 "url": "https://github.com/SamDecrock/node-http-ntlm/issues"
15 },
16 "engines": {
17 "node": ">=0.8.0"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/SamDecrock/node-http-ntlm.git"
22 },
23 "main": "./httpntlm",
24 "licenses": [
25 {
26 "type": "MIT",
27 "url": "http://www.opensource.org/licenses/mit-license.php"
28 }
29 ],
30 "scripts": {
31 "jshint": "jshint *.js"
32 }
33}