-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1010 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "304cem_backend",
"version": "1.0.0",
"description": "The 304CEM Backend part",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.coventry.ac.uk/baltal/304cem_backend.git"
},
"author": "Lukas Balta and Vilius Zurauskas",
"license": "ISC",
"dependencies": {
"@koa/cors": "^2.2.3",
"bcrypt": "^3.0.6",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"koa": "^2.8.2",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-mount": "^4.0.0",
"koa-passport": "^4.1.3",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"nodaemon": "0.0.5",
"passport-http": "^0.3.0",
"promise-mysql": "^4.1.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"nodemon": "^1.19.3"
}
}