-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
{
"name": "praktil-rest-api",
"version": "1.0.0",
"description": "Restful API for praktil",
"main": "index.js",
"scripts": {
"start": "nodemon bin/www",
"api": "nodemon bin/api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin",
"license": "MIT",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.4",
"dataloader": "^1.4.0",
"debug": "^4.1.1",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-messages": "^1.0.1",
"express-session": "^1.16.2",
"express-validator": "^5.3.1",
"handlebars-helpers": "^0.10.0",
"handlebars-kit": "^1.0.0",
"helper-dateformat": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.5.15",
"morgan": "^1.9.1",
"morgan-body": "^2.4.7",
"multer": "^1.4.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"socket.io": "^2.2.0",
"vue": "^2.6.10"
},
"devDependencies": {
"locus": "^2.0.1"
}
}