-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 848 Bytes
/
package.json
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
{
"name": "cukiclub",
"version": "1.0.0",
"description": "This will be the official website for CUKiClub at The Co-operative University of Kenya and its open source so you can contribute to make it better.",
"main": "index.js",
"scripts": {
"start": "node index.js ",
"debug": "npx nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KirinyetBrian/CUKiClub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KirinyetBrian/CUKiClub/issues"
},
"homepage": "https://github.com/KirinyetBrian/CUKiClub#readme",
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"helmet": "^5.0.2",
"mongodb": "^4.5.0",
"nodemon": "^2.0.15"
}
}