-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.1 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "campusbid",
"version": "0.0.1",
"description": "This is a IIT Bazaar portal to sell things and allow other users to bid for these things",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.11.4",
"npm": "5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmibvishal/campusBid.git"
},
"keywords": [
"iit",
"delhi",
"bazaar",
"shop",
"campus",
"mall"
],
"author": "Vishal Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmibvishal/campusBid/issues"
},
"homepage": "https://github.com/tmibvishal/campusBid#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"mongoose": "5.4.16",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"metaphone": "^1.0.4"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}