{
  "name": "@elastic.io/ntlm-client",
  "version": "1.0.0",
  "description": "A node.js NTLM client with support for NTLM and NTLMv2 authentication. Continuation of ntlm-client and node-ntlm-client.",
  "keywords": [
    "ntlm",
    "ntlmv2",
    "client",
    "authentication"
  ],
  "scripts": {
    "pretest": "eslint lib spec-integration --fix",
    "test": "",
    "integration-test": "mocha spec-integration --recursive --timeout 50000"
  },
  "main": "./lib/index.js",
  "author": {
    "name": "Nico Haller",
    "email": "nico.haller@gmail.com"
  },
  "contributors": [
    {
      "name": "elastic.io GmbH",
      "email": "ps@elastic.io",
      "url": "https://www.elastic.io/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/elasticio/node-ntlm-client.git"
  },
  "bugs": {
    "url": "https://github.com/clncln1/node-ntlm-client/issues"
  },
  "engines": {
    "node": "12"
  },
  "license": "MIT",
  "dependencies": {
    "extend": "3.0.2",
    "request": "2.88.2"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "dotenv": "8.2.0",
    "eslint": "6.8.0",
    "mocha": "7.1.0"
  }
}
