-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 840 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
{
"name": "essential-kit",
"version": "0.1.0",
"description": "A Essential Package to Simplify web development with nodejs",
"main": "server.js",
"scripts": {
"essential": "nodemon server.js",
"start": " node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ichtrojan/essential-kit.git"
},
"author": "Michael Okoh",
"license": "MIT",
"bugs": {
"url": "https://github.com/ichtrojan/essential-kit/issues"
},
"homepage": "https://github.com/ichtrojan/essential-kit#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"mongoose": "^5.7.5",
"nodemon": "1.18.4",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
}
}