-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
40
41
42
43
44
45
{
"name": "prototype",
"version": "1.0.0",
"description": "Type like a pro.",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neetigyachahar/prototype.git"
},
"keywords": [
"type",
"race",
"skills"
],
"author": "Desi Developers",
"license": "ISC",
"bugs": {
"url": "https://github.com/neetigyachahar/prototype/issues"
},
"homepage": "https://github.com/neetigyachahar/prototype#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"confetti-js": "0.0.18",
"connect-mongodb-session": "^2.4.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"fitty": "^2.3.2",
"mongoose": "^5.10.9",
"multer": "^1.4.2",
"nodemon": "^2.0.4",
"on-change": "^2.1.3",
"progressbar.js": "^1.1.0",
"randomstring": "^1.1.5",
"socket.io": "^2.3.0",
"three": "^0.114.0"
}
}