{
  "name": "mailhops",
  "version": "2.1.2",
  "description": "A nodejs module for interacting with the MailHops API.",
  "main": "main.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mailhops/mailhops-node.git"
  },
  "keywords": [
    "mailhops",
    "api",
    "email",
    "route",
    "geoip",
    "weather"
  ],
  "author": {
    "name": "Andrew Van Tassel",
    "email": "andrew@mailhops.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mailhops/mailhops-node/issues"
  },
  "homepage": "https://mailhops.com",
  "_npmUser": {
    "name": "avantassel",
    "email": "andrew@andrewvantassel.com"
  },
  "maintainers": [
    {
      "name": "avantassel",
      "email": "andrew@mailhops.com"
    }
  ],
  "dependencies": {
    "async": "^2.0.1",
    "lodash": "^4.15.0",
    "qs": "^6.2.1",
    "request": "^2.7.4"
  },
  "devDependencies": {
    "assert": "^1.4.1",
    "mocha": "^3.0.2"
  }
}
