-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 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
{
"name": "borga-ipw_pi-leirtpi51d-g02",
"version": "1.0.0",
"description": "\"# borga-ipw_pi-leirtpi51d-g02\"",
"main": "borga-server.js",
"dependencies": {
"express": "^4.17.3",
"express-session": "^1.17.2",
"hbs": "^4.2.0",
"node-fetch": "^2.6.2",
"passport": "^0.5.2",
"request": "^2.88.2"
},
"devDependencies": {
"handlebars": "^4.7.7",
"jest": "^27.3.1",
"supertest": "^6.1.6"
},
"scripts": {
"test": "jest",
"start": "node borga-server.js"
},
"module.exports": {
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isel-leic-ipw/borga-ipw_pi-leirtpi51d-g02.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/isel-leic-ipw/borga-ipw_pi-leirtpi51d-g02/issues"
},
"homepage": "https://github.com/isel-leic-ipw/borga-ipw_pi-leirtpi51d-g02#readme"
}