{
  "name": "@ewsjs/ntlm-client",
  "version": "3.0.1",
  "description": "A node.js NTLM client with support for NTLM and NTLMv2 authentication, forked from clncln1/node-ntlm-client",
  "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/ewsjs/ntlm-client.git"
  },
  "bugs": {
    "url": "https://github.com/ewsjs/ntlm-client/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "license": "MIT",
  "optionalDependencies": {
    "extend": "^3.0.2"
  },
  "dependencies": {
    "des.js": "^1.1.0",
    "js-md4": "^0.3.2"
  }
}
