-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·86 lines (86 loc) · 2.02 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "lynx-server",
"version": "1.0.0",
"description": "Lynx Server Mail",
"author": "Eduardo Lourenço <[email protected]>",
"main": "index.js",
"private": false,
"engines": {
"node": ">=4.8.0",
"npm": ">=2.15.11"
},
"repository": {
"type": "git",
"url": "[email protected]:elourenco/LynxMailServer.git"
},
"keywords": [
"express",
"node",
"node.js",
"mongodb",
"mongoose",
"es6",
"mocha",
"istanbul",
"REST",
"API",
"boilerplate"
],
"dependencies": {
"@microsoft/microsoft-graph-client": "^1.0.0",
"axios": "^0.17.0",
"bluebird": "3.4.6",
"body-parser": "1.15.2",
"compression": "1.6.2",
"cookie-parser": "1.4.3",
"cors": "2.8.1",
"debug": "^2.4.5",
"dotenv": "^4.0.0",
"dtrace-provider": "^0.8.5",
"es6-promise": "^4.1.1",
"express": "4.14.0",
"express-jwt": "5.1.0",
"express-session": "^1.15.6",
"express-validation": "1.0.1",
"express-winston": "2.1.2",
"helmet": "3.1.0",
"http-status": "^0.2.0",
"joi": "10.0.6",
"jsonwebtoken": "7.1.9",
"method-override": "^2.3.5",
"mongoose": "4.7.4",
"morgan": "1.7.0",
"passport": "^0.4.0",
"passport-azure-ad": "^3.0.8",
"serve-favicon": "^2.4.5",
"simple-oauth2": "^1.3.0",
"superagent": "^3.8.0",
"uuid": "^3.1.0",
"winston": "2.3.0"
},
"devDependencies": {
"chai": "^3.4.1",
"commitizen": "^2.9.2",
"coveralls": "^2.11.6",
"cross-env": "3.1.3",
"cz-conventional-changelog": "1.2.0",
"del": "^2.2.0",
"eslint": "3.16.1",
"eslint-config-airbnb-base": "7.1.0",
"eslint-plugin-import": "1.16.0",
"eslint-watch": "2.1.14",
"husky": "^0.13.1",
"istanbul": "1.1.0-alpha.1",
"mocha": "3.2.0",
"run-sequence": "^1.1.5",
"supertest": "2.0.1",
"supertest-as-promised": "4.0.2",
"validate-commit-msg": "^2.6.1"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}