forked from techinems/headsup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 811 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": "headsup",
"version": "1.4.3",
"description": "RPIA's digital whiteboard system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpiambulance/headsup.git"
},
"author": "RPI Ambulance",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpiambulance/headsup/issues"
},
"homepage": "https://github.com/rpiambulance/headsup#readme",
"dependencies": {
"express": "^4.18.2",
"mariadb": "^3.0.2",
"moment": "^2.29.4",
"socket.io": "^4.5.3",
"suncalc": "^1.9.0"
},
"devDependencies": {
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"nodemon": "^2.0.20"
}
}