-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "expressjs-example",
"version": "0.1.8",
"homepage": "http://node-blog-example.herokuapp.com/",
"description": "Expressjs example app that uses Mongoose, Pug, and AJAX/jQuery",
"repository": "[email protected]:csanz/expressjs-example.git",
"author": "Christian Sanz <[email protected]>",
"engines": {
"node": ">=8.9.4"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "1.18.x",
"colors": "*",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "8.2.0",
"dotenv-expand": "^5.1.0",
"errorhandler": "1.5.0",
"express": "4.17.1",
"express-expose": "^0.3.4",
"express-messages": "0.0.x",
"express-mongoose": "0.0.x",
"express-resource": "0.2.4",
"express-session": "1.15.6",
"pug": "^2.0.4",
"mongoose": "^5.9.14",
"morgan": "^1.9.1",
"nib": "1.1.2",
"pusher": "2.2.0",
"stylus": "^0.54.5"
},
"main": "./index.js"
}