-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 944 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 944 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
{
"name": "catch-the-image",
"version": "1.0.0",
"description": "A simple puzzle web-based game developed using nodejs",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.3.1",
"csurf": "^1.11.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"mongodb": "^3.5.4",
"mongoose": "^5.9.2",
"nodemon": "^2.0.2"
},
"devDependencies": {},
"scripts": {
"test": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pulkit0110/Catch-the-Image.git"
},
"keywords": [
"Catch",
"Image"
],
"author": "Pulkit Aggarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pulkit0110/Catch-the-Image/issues"
},
"homepage": "https://github.com/Pulkit0110/Catch-the-Image#readme"
}