-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.12 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.12 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
{
"name": "community_discussion_platform",
"version": "1.0.0",
"description": "It is a Website developed under UCA class for our Web Project.\r To run this website run this command on command prompt on root folder.\r ```\r npm start\r ```\r It will run under the url http://127.0.0.1:3000/",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajat-29/Community_Discussion_Platform.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"ejs-mate": "^3.0.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http": "0.0.0",
"mongoose": "^5.8.9",
"nodemon": "^2.0.3",
"path": "^0.12.7",
"socket.io": "^2.3.0"
},
"bugs": {
"url": "https://github.com/rajat-29/Community_Discussion_Platform/issues"
},
"homepage": "https://github.com/rajat-29/Community_Discussion_Platform#readme"
}