-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 932 Bytes
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
{
"name": "hiker-data-tracker",
"version": "0.1.0",
"description": "Practicing Backend",
"main": "server.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^3.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"d3": "^7.0.1",
"d3-node": "^2.2.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.16.4",
"express-session": "^1.17.2",
"fast-csv": "^2.4.1",
"imgur": "^1.0.2",
"json2csv": "^5.0.6",
"method-override": "^3.0.0",
"mongodb": "^3.6.9",
"mongoose": "^5.12.14",
"multer": "^1.4.3",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"tslib": "^2.3.1"
},
"repository": {
"url": "https://github.com/andyarensman/Hiker-Tracker"
},
"license": "MIT",
"keywords": [
"node",
"express"
]
}