-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
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
42
43
44
{
"name": "goose-server",
"version": "1.0.0",
"description": "A fast and extendable event registration system.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MasseyHacks/GOOSE-Server.git"
},
"author": "MasseyHacks",
"license": "MIT",
"bugs": {
"url": "https://github.com/MasseyHacks/GOOSE-Server/issues"
},
"homepage": "https://github.com/MasseyHacks/GOOSE-Server#readme",
"dependencies": {
"@google-cloud/logging-winston": "^2.1.0",
"algebra.js": "^0.2.6",
"axios": "^0.19.2",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fast-stats": "^0.0.6",
"formidable": "^1.2.2",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.7.6",
"jsonwebtoken": "^8.5.1",
"mocha": "^6.2.3",
"moment": "^2.29.1",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"simple-statistics": "^7.7.0",
"stripe": "^8.129.0",
"uuid": "^3.4.0",
"validator": "^11.1.0",
"winston": "^3.3.3"
}
}