{
  "_args": [
    [
      "mailgun-js@0.18.1",
      "/app"
    ]
  ],
  "_from": "mailgun-js@0.18.1",
  "_id": "mailgun-js@0.18.1",
  "_inBundle": false,
  "_integrity": "sha512-lvuMP14u24HS2uBsJEnzSyPMxzU2b99tQsIx1o6QNjqxjk8b3WvR+vq5oG1mjqz/IBYo+5gF+uSoDS0RkMVHmg==",
  "_location": "/mailgun-js",
  "_phantomChildren": {
    "lodash": "4.17.15"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mailgun-js@0.18.1",
    "name": "mailgun-js",
    "escapedName": "mailgun-js",
    "rawSpec": "0.18.1",
    "saveSpec": null,
    "fetchSpec": "0.18.1"
  },
  "_requiredBy": [
    "/nodemailer-mailgun-transport"
  ],
  "_resolved": "https://registry.npmjs.org/mailgun-js/-/mailgun-js-0.18.1.tgz",
  "_spec": "0.18.1",
  "_where": "/app",
  "author": {
    "name": "Bojan Djurkovic",
    "email": "dbojan@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/bojand/mailgun-js/issues"
  },
  "dependencies": {
    "async": "~2.6.0",
    "debug": "~3.1.0",
    "form-data": "~2.3.0",
    "inflection": "~1.12.0",
    "is-stream": "^1.1.0",
    "path-proxy": "~1.0.0",
    "promisify-call": "^2.0.2",
    "proxy-agent": "~3.0.0",
    "tsscmp": "~1.0.0"
  },
  "description": "Simple Node.js helper module for Mailgun API",
  "devDependencies": {
    "clone": "~2.1.0",
    "mocha": "~5.1.1",
    "nodemailer": "~4.6.4",
    "request": "^2.85.0",
    "standard": "^11.0.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/bojand/mailgun-js",
  "keywords": [
    "email",
    "mailgun"
  ],
  "license": "MIT",
  "main": "./lib/mailgun.js",
  "name": "mailgun-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/bojand/mailgun-js.git"
  },
  "scripts": {
    "docs": "./bin/docs",
    "lint": "standard lib/**/*.js && standard --env mocha test/**/*.js",
    "lint:fix": "standard --fix lib/**/*.js && standard --env mocha --fix test/**/*.js",
    "mocha": "mocha --ui exports --slow 1500ms --timeout 10000ms --reporter spec",
    "test": "npm run lint && npm run mocha"
  },
  "standard": {
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "version": "0.18.1"
}
