forked from gautamsi/ews-javascript-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.92 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ews-javascript-api",
"version": "0.9.2",
"description": "EWS Managed api in JavaScript",
"main": "js/ExchangeWebService.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"npmprep": "gulp build && gulp build-typedef && gulp npm-prep && 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.2.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"uuid": "^3.1.0",
"xmldom": "^0.1.22"
},
"optionalDependencies": {
"bluebird": "^3.4.6",
"fetch": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/gulp": "^4.0.3",
"@types/mocha": "^2.2.32",
"@types/moment-timezone": "^0.2.34",
"@types/node": "^7.0.18",
"@types/uuid": "^2.0.29",
"almond": "^0.3.3",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"debug": "^2.6.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-delete-lines": "0.0.7",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-task-listing": "^1.0.1",
"gulp-typedoc": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"mocha": "^3.4.2",
"node-notifier": "^4.6.1",
"q": "^1.4.1",
"r": "^0.0.5",
"typedoc": "^0.5.1",
"typescript": "^2.3.4",
"yargs": "^6.3.0"
},
"false": {}
}