{
  "name": "helpscout-2.0",
  "version": "1.1.5",
  "description": "I built this Node.js SDK to wrap HelpScout's Mailbox 2.0 API methods to speed up development and get us building the fun stuff faster.",
  "main": "helpscout.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaun3141/HelpScout.git"
  },
  "keywords": [
    "helpscout",
    "mailbox",
    "api",
    "node",
    "nodejs"
  ],
  "author": "Shaun VanWeelden",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaun3141/HelpScout/issues"
  },
  "homepage": "https://github.com/shaun3141/HelpScout#readme",
  "devDependencies": {
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "request": "^2.88.0"
  }
}
