-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
{
"name": "dating-app-registration",
"version": "1.0.0",
"description": "This is a registration feature that can be used for dating applications.",
"keywords": [
"registration",
"dating",
"form"
],
"homepage": "https://github.com/lennartdeknikker/dating-app-registration",
"bugs": {
"url": "https://github.com/lennartdeknikker/dating-app-registration/issues"
},
"license": "MIT",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/lennartdeknikker/dating-app-registration"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"dependencies": {
"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",
"multer": "^1.4.1",
"request": "^2.88.0",
"slug": "^1.1.0"
}
}