-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "teamsmeetingbookings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server"
},
"repository": {
"type": "git",
"url": "ls"
},
"author": "",
"license": "ISC",
"dependencies": {
"@microsoft/microsoft-graph-client": "^2.2.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"connect-loki": "^1.1.0",
"dotenv": "^8.2.0",
"easysoap": "^2.2.0",
"eid-provider": "^0.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"expressjs": "^1.0.1",
"hbs": "^4.1.1",
"helmet": "^3.23.3",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"mailparser": "^2.7.7",
"moment": "^2.29.1",
"moment-round": "^1.0.1",
"mongoose": "^5.11.10",
"neat-csv": "^5.2.0",
"nodemailer": "^6.4.8",
"oauth": "^0.9.15",
"q": "^1.5.1",
"request": "^2.88.2",
"smtp-server": "^3.6.0",
"soap": "^0.35.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.4.0",
"twix": "^1.3.0",
"typestyle": "^2.1.0",
"uuid": "^7.0.3",
"xml-js": "^1.6.11",
"xmldom": "^0.5.0",
"xpath": "0.0.27"
},
"start": "node server/server.js"
}