forked from nmarus/node-ews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 829 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
{
"name": "node-ews",
"version": "3.5.0",
"description": "A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicholas Marus",
"license": "MIT",
"dependencies": {
"debug": "4.1.1",
"httpntlm": "~1.7.7",
"lodash": "4.17.21",
"request": "^2.88.0",
"soap": "^0.30.0",
"tmp": "0.0.28",
"when": "3.7.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmarus/node-ews.git"
},
"keywords": [
"node",
"ews",
"exchange",
"office365",
"web",
"services",
"api",
"json"
],
"bugs": {
"url": "https://github.com/nmarus/node-ews/issues"
},
"homepage": "https://github.com/nmarus/node-ews#readme"
}