-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 978 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "back-end",
"version": "1.0.0",
"description": "Express Server for BiteSizedTreasures.com",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BiteSizedtreasures/back-end.git"
},
"keywords": [
"Express",
"JavaScript",
"JS"
],
"author": "Edwin, Malcolm, Katherine",
"license": "ISC",
"bugs": {
"url": "https://github.com/BiteSizedtreasures/back-end/issues"
},
"homepage": "https://github.com/BiteSizedtreasures/back-end#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"helmet": "^4.6.0",
"jsonwebtoken": "*",
"moment": "^2.29.1",
"mongoose": "^6.1.4",
"passport": "^0.5.2",
"passport-jwt": "*",
"underscore": "^1.13.2",
"bcryptjs": "*"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}