-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.16 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
{
"name": "sharkhacks3-submission",
"version": "1.0.0",
"description": "We are back again with another one of your favorite events! Gear up for a fun weekend of hacking, sharks, and more. Whether you are a fan of sharks or the Ikea shark, Blahaj, this hackathon is the perfect time to have fun with your sharky hack ideas! We will be running a fun, activity-filled, open-themed digital hackathon. Feel free to hack on whatever you'd like or make it shark-themed for the fun of it. These events are open to all skill levels, from beginners to the most veteran developers. We'd love you to build whatever you want to this weekend, don't feel limited by our theme. It's here for inspiration.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gu12934/SharkHacks3-Submission.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gu12934/SharkHacks3-Submission/issues"
},
"homepage": "https://github.com/gu12934/SharkHacks3-Submission#readme",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.1.3"
}
}