-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 972 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
42
43
44
45
{
"name": "enjoy-your-flight",
"version": "1.0.0",
"description": "EYF-project team07",
"main": "app.js",
"directories": {
"doc": "docs",
"public": "public"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "[email protected]:eyf/2122/team07.git"
},
"keywords": [
"team07"
],
"author": "EYF-team07",
"license": "ISC",
"dependencies": {
"ably": "^1.2.22",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.1",
"express": "^4.17.3",
"express-es6-template-engine": "^2.2.3",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mariadb": "^3.0.0",
"mysql": "^2.18.1",
"p2": "^0.7.1",
"phaser": "^3.55.2",
"pm2": "^5.2.0",
"request": "^2.88.2",
"socket.io": "^4.4.1",
"staticmaps": "^1.9.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}