-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 987 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
43
44
{
"name": "sprogapp",
"version": "0.0.0",
"description": "Mobile-first application for CDI",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"keywords": [
"software-development",
"computer-science",
"sprog-app",
"html",
"css",
"javascript",
"json",
"mongodb"
],
"author": "Team Vandmand",
"dependencies": {
"alert-node": "^1.2.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"consolidate": "^0.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dialog": "^0.3.1",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"gridfs-stream": "^1.1.1",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"method-override": "^3.0.0",
"mongodb": "^3.1.8",
"mongoose": "^5.3.8",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"sweetalert": "^2.1.2",
"swig": "^1.4.2"
}
}