forked from nmarus/node-ews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-ews",
"version": "3.4.2",
"description": "A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API",
"main": "./index.js",
"scripts": {
"test": "snyk test"
},
"author": "Nicholas Marus",
"license": "MIT",
"dependencies": {
"soap": "^0.35.0",
"httpntlm": "1.7.7",
"when": "3.7.8",
"tmp": "0.1.0",
"debug": "4.1.1",
"lodash": "4.17.21",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cumberlandgroup/node-ews.git"
},
"keywords": [
"node",
"ews",
"exchange",
"office365",
"web",
"services",
"api",
"json"
],
"bugs": {
"url": "https://github.com/cumberlandgroup/node-ews/issues"
},
"homepage": "https://github.com/cumberlandgroup/node-ews#readme",
"devDependencies": {
"snyk": "^1.224.0"
}
}