{
  "name": "request-ntlm-promise",
  "version": "1.2.3",
  "description": "Make easy requests with NTLM authentication",
  "main": "index.js",
  "repository": "https://github.com/matrus2/request-ntlm",
  "scripts": {
    "test": "nyc mocha",
    "lint": "node_modules/.bin/eslint ."
  },
  "author": "Bogusz Przybyslawski <biuro@matrus.pl>",
  "contributors": [
    {
      "name": "Colyn Brown",
      "email": "clbrown@godaddy.com"
    },
    {
      "name": "Immanuel Hayden",
      "email": "immanuel.hayden@gmail.com"
    },
    {
      "name": "Brett Profitt",
      "email": "brett.profitt@gmail.com"
    },
    {
      "name": "Andreas Pizsa",
      "url": "https://github.com/AndreasPizsa"
    },
    {
      "name": "Adam Nielsen",
      "url": "https://github.com/adam-nielsen"
    },
    {
      "name": "Ygal Bellaiche",
      "url": "https://github.com/ygalbel"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "agentkeepalive": "^4.1.0",
    "request": "^2.88.2",
    "request-promise": "^4.2.5"
  },
  "devDependencies": {
    "@types/request-promise": "^4.1.46",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "mocha": "^6.2.3",
    "nock": "^10.0.3",
    "nyc": "^14.1.1"
  },
  "keywords": [
    "ntlm",
    "authentication",
    "auth",
    "login",
    "windows",
    "microsoft",
    "request",
    "http",
    "https"
  ],
  "engines": {
    "node": ">=8"
  },
  "typings": "./index.d.ts"
}
