-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "habidat-user",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "github.com/habidat-user.git"
},
"author": "Florian Humer <florian.humer@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootbox": "^5.4.0",
"bootstrap": "^3.4.1",
"bootstrap-colorpicker": "^2.5.2",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.4.4",
"emailjs-imap-client": "^3.0.7",
"express": "^4.17.1",
"express-session": "^1.17.0",
"jodit": "^3.4.15",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.1",
"jsonfile": "^5.0.0",
"mocha": "^6.1.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.2",
"nodemon": "^1.19.4",
"openldap_ssha": "^0.0.11",
"passport": "^0.4.1",
"passport-ldapauth": "^2.1.3",
"passport-local": "^1.0.0",
"passport-saml": "^1.2.0",
"pug": "^2.0.4",
"query-string": "^6.10.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"xml-js": "^1.6.11"
}
}