-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 724 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
{
"name": "techboardwebsite",
"version": "1.0.0",
"description": "Technical Board Website 2020. A Programming Club project.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Technical-Board-IIITG/TechBoardWebsite.git"
},
"author": "Programming Club",
"license": "ISC",
"bugs": {
"url": "https://github.com/Technical-Board-IIITG/TechBoardWebsite/issues"
},
"homepage": "https://github.com/Technical-Board-IIITG/TechBoardWebsite#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"https": "^1.0.0",
"mongoose": "^5.9.7"
}
}