{
    "name": "ews-javascript-api",
    "version": "0.11.0",
    "description": "EWS Managed api in JavaScript",
    "main": "js/ExchangeWebService.js",
    "typings": "typings/ExchangeWebService.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/gautamsi/ews-javascript-api.git"
    },
    "keywords": [
        "ews",
        "ews javascript api",
        "ews-javascript-api",
        "exchange web service"
    ],
    "author": "Gautam Singh (gautamsi)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/gautamsi/ews-javascript-api/issues"
    },
    "homepage": "https://github.com/gautamsi/ews-javascript-api",
    "dependencies": {
        "@xmldom/xmldom": "^0.8.1",
        "base64-js": "^1.5.1",
        "moment": "^2.29.1",
        "moment-timezone": "^0.5.34",
        "uuid": "^8.3.2"
    },
    "optionalDependencies": {
        "bluebird": "^3.7.2",
        "fetch": "^1.1.0"
    }
}
