forked from quentinlegot/portail-tutorat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
45
46
47
48
49
50
{
"name": "portail-tutorat",
"version": "1.0.0",
"description": "a Web site that allows the creation of profiles and searching for persons offering private tutoring.",
"main": "src/server/index.js",
"maintainers": [
{
"name": "Legot Quentin",
"email": "[email protected]",
"url": "https://github.com/quentinlegot"
},
{
"name": "Perrouault Océane",
"url": "https://github.com/princessesAya"
},
{
"name": "Murray Daniel",
"url": "https://github.com/ClearwaterTM"
},
{
"name": "Aubry Joshua",
"url": "https://github.com/FruitDelaPassion"
}
],
"scripts": {
"start": "node src/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/quentinlegot/portail-tutorat.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/quentinlegot/portail-tutorat/issues"
},
"homepage": "https://github.com/quentinlegot/portail-tutorat#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-logging": "^1.1.1",
"express-session": "^1.17.2",
"logops": "^2.1.2",
"mysql": "^2.18.1",
"node-fetch": "^3.2.3"
}
}