UNPKG

@egodigital/node-ews

Version:

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API

41 lines (40 loc) 938 B
{ "name": "@egodigital/node-ews", "version": "4.1.1", "description": "A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API", "main": "./index.js", "private": false, "scripts": { "deploy": "npm install && npm audit fix && npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Nicholas Marus", "license": "MIT", "dependencies": { "debug": "^2.3.3", "httpntlm": "^1.7.3", "lodash": "^4.17.15", "request": "^2.79.0", "soap": "^0.28.0", "tmp": "^0.0.28", "when": "^3.7.7" }, "repository": { "type": "git", "url": "git+https://github.com/egodigital/node-ews.git" }, "keywords": [ "node", "ews", "exchange", "office365", "web", "services", "api", "json" ], "bugs": { "url": "https://github.com/egodigital/node-ews/issues" }, "homepage": "https://github.com/egodigital/node-ews#readme" }