-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 878 Bytes
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
{
"name": "nodeblog",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macnaer/Node-Blog.git"
},
"author": "Trofimchuk Andrii",
"license": "ISC",
"bugs": {
"url": "https://github.com/macnaer/Node-Blog/issues"
},
"homepage": "https://github.com/macnaer/Node-Blog#readme",
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"jade": "^1.11.0",
"moment": "^2.22.1",
"mongodb": "^3.1.0-beta4",
"mongoose": "^5.1.3",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"serve-favicon": "^2.5.0"
}
}