{
  "name": "node-outlook",
  "version": "1.1.8",
  "description": "A package for calling the Outlook APIs from Node.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "builddocs": "jsdoc2md version-2.js mail-api.js calendar-api.js contacts-api.js > ./reference/node-outlook.md"
  },
  "keywords": [
    "office365",
    "outlook",
    "mail",
    "calendar",
    "contacts"
  ],
  "author": "Jason Johnston",
  "license": "MIT",
  "dependencies": {
    "node-uuid": "^1.4.3",
    "request": "^2.85.0",
    "xmlhttprequest": "^1.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jasonjoh/node-outlook.git"
  },
  "bugs": {
    "url": "https://github.com/jasonjoh/node-outlook/issues"
  },
  "homepage": "https://github.com/jasonjoh/node-outlook",
  "devDependencies": {
    "jsdoc-to-markdown": "^4.0.1"
  }
}
