-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 809 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
{
"name": "ambutrack",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JFrick1992/AmbuTrack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JFrick1992/AmbuTrack/issues"
},
"homepage": "https://github.com/JFrick1992/AmbuTrack#readme",
"dependencies": {
"blob-stream": "^0.1.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"mdbootstrap": "^4.14.0",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"pdfkit": "^0.11.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"sequelize": "^5.21.5"
}
}