-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 948 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 948 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
{
"name": "imagekit_assignment",
"version": "1.0.0",
"description": "Imagekit fullstack web developer assignment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonutiwari/imagekit_assignment.git"
},
"keywords": [
"node",
"npm",
"express",
"captcha",
"form",
"validation"
],
"author": "Sonu Tiwari",
"license": "ISC",
"bugs": {
"url": "https://github.com/sonutiwari/imagekit_assignment/issues"
},
"homepage": "https://github.com/sonutiwari/imagekit_assignment#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-mailer": "^0.3.1",
"express-recaptcha": "^5.0.1",
"express-session": "^1.17.0",
"mongoose": "^5.9.6",
"req-flash": "0.0.3"
}
}