UNPKG

node-ntlm-client

Version:

A node.js NTLM client with support for NTLM and NTLMv2 authentication

32 lines (31 loc) 662 B
{ "name": "node-ntlm-client", "version": "0.1.2", "description": "A node.js NTLM client with support for NTLM and NTLMv2 authentication", "keywords": [ "ntlm", "ntlmv2", "client", "authentication" ], "main": "./lib/index.js", "author": { "name": "Nico Haller", "email": "nico.haller@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/gautamsi/node-ntlm-client.git" }, "bugs": { "url": "https://github.com/gautamsi/node-ntlm-client.git/issues" }, "engines": { "node": ">=4.0.0" }, "license": "MIT", "dependencies": { "extend": "^3.0.0", "request": "^2.66.0" } }