-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 764 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 764 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
{
"name": "shorturl",
"version": "0.0.2",
"description": "API project for freeCodeCamp",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"mongodb": "^3.3.3",
"mongoose": "^5.7.7",
"cors": "^2.8.5",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"dns": "^0.2.2",
"bcrypt": "^5.0.0",
"url": "^0.11.0",
"express-session": "^1.17.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"cookie-parser": "^1.4.5"
},
"engines": {
"node": "10.17.0"
},
"repository": {
"type": "git",
"url": "https://hyperdev.com/#!/project/welcome-project"
},
"keywords": [
"node",
"hyperdev",
"express"
],
"license": "MIT"
}