{
    "name": "ews-javascript-api",
    "version": "0.13.2",
    "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": {
        "@ewsjs/xhr": "^2.0.2",
        "@xmldom/xmldom": "^0.8.1",
        "base64-js": "^1.5.1",
        "moment": "^2.29.4",
        "moment-timezone": "^0.5.41",
        "uuid": "^8.3.2"
    }
}
