-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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
36
37
38
39
40
{
"name": "traveller",
"version": "1.0.0",
"description": "A travelling website",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anshulgangwar63/Traveller.git"
},
"author": "Anshul",
"license": "MIT",
"bugs": {
"url": "https://github.com/Anshulgangwar63/Traveller/issues"
},
"homepage": "https://github.com/Anshulgangwar63/Traveller#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^5.7.7",
"multer": "^1.4.2",
"multer-gridfs-storage": "^3.3.0",
"nodemon": "^1.19.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"path": "^0.12.7",
"request": "^2.88.0"
},
"devDependencies": {
"ejs-lint": "^0.3.0"
}
}