-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 957 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
{
"name": "meet-me",
"version": "1.0.0",
"description": "a dating app for people to meet right away whenever you're available.",
"keywords": [
"meet me",
"dating"
],
"homepage": "https://github.com/lennartdeknikker/MeetMe",
"bugs": {
"url": "https://github.com/lennartdeknikker/MeetMe/issues"
},
"license": "MIT",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/lennartdeknikker/MeetMe"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"express": "^4.17.0",
"express-session": "^1.16.1",
"mongodb": "^3.2.5",
"mongoose": "^5.6.0",
"multer": "^1.4.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.88.0",
"slug": "^1.1.0"
}
}