forked from coderdj/nodiaq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
39
40
41
42
{
"name": "xenonntdaq",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"apikeygen": "^1.1.0",
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"connect-mongodb-session": "^2.2.0",
"cookie-parser": "^1.4.4",
"crypto-random-string": "^3.2.0",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"googleapis": "^57.0.0",
"http-errors": "~1.6.2",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jsoneditor": "^9.0.3",
"moment": "^2.24.0",
"mongodb": "^3.5.9",
"mongodb-core": "^3.2.7",
"mongoose": "^5.9.26",
"mongoose-datatable": "2.2.2",
"monk": "^7.3.0",
"morgan": "^1.9.1",
"node-pre-gyp": "^0.11.0",
"nodemailer": "^4.6.8",
"passport": "^0.4.1",
"passport-github2": "^0.1.11",
"passport-ldapauth": "^2.1.3",
"pug": "^3.0.0",
"serve-favicon": "^2.5.0",
"sessionstore": "^1.3.7",
"tabulator-tables": "^4.7.2"
}
}