-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 857 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
{
"name": "coderlust",
"version": "1.0.0",
"description": "website with simple features in node js",
"main": "index.js",
"scripts": {
"test": "node --version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pprachit09/coderlust.git"
},
"keywords": [
"Coder"
],
"author": "Kavita Kushare and Prachit Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/pprachit09/coderlust/issues"
},
"homepage": "https://github.com/pprachit09/coderlust#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"multer": "^1.3.1",
"mysql": "^2.10.2",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"pug": "^2.0.3",
"save": "^2.3.2"
}
}