{
  "name": "httpntlm",
  "description": "httpntlm is a Node.js library to do HTTP NTLM authentication",
  "version": "1.8.13",
  "dependencies": {
    "des.js": "^1.0.1",
    "httpreq": ">=0.4.22",
    "js-md4": "^0.3.2",
    "underscore": "~1.12.1"
  },
  "author": {
    "name": "Sam Decrock",
    "url": "https://github.com/SamDecrock/"
  },
  "contributors": [
    {
      "name": "Martin Andreas Ullrich",
      "url": "https://github.com/dasMulli"
    }
  ],
  "bugs": {
    "url": "https://github.com/SamDecrock/node-http-ntlm/issues"
  },
  "engines": {
    "node": ">=10.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SamDecrock/node-http-ntlm.git"
  },
  "main": "./httpntlm",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "scripts": {
    "test": "mocha"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.com/donate/?hosted_button_id=2CKNJLZJBW8ZC"
    },
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/samdecrock"
    }
  ],
  "devDependencies": {
    "express": "^4.18.2",
    "express-ntlm": "^2.6.2",
    "mocha": "^10.2.0",
    "rewire": "^6.0.0"
  }
}
