forked from gautamsi/ews-javascript-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ews-javascript-api",
"version": "0.10.3",
"description": "EWS Managed api in JavaScript",
"main": "js/ExchangeWebService.js",
"scripts": {
"build": "node scripts/build",
"test": "echo \"Error: no test specified\" && exit 1",
"npmprep": "npm run build && npm version"
},
"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": {
"base64-js": "^1.3.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"uuid": "^3.3.3",
"xmldom": "^0.1.27"
},
"optionalDependencies": {
"bluebird": "^3.5.5",
"fetch": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "7.1.2",
"@types/mocha": "^5.2.7",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.7.7",
"@types/uuid": "^3.4.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"del": "^5.1.0",
"jsonfile": "^5.0.0",
"mocha": "^6.2.0",
"ora": "^4.0.1",
"replace-in-file": "^4.1.3",
"shelljs": "^0.8.3",
"typedoc": "^0.15.0",
"typescript": "^3.6.3"
}
}