-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 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
{
"name": "easter-wegg-hunt",
"version": "1.0.0",
"description": "\u0016Online easter egg hunt website platform for people and families that are social distancing.",
"main": "index.js",
"start": "node server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakobau/easter-wegg-hunt.git"
},
"keywords": [
"stay-home",
"easter-egg",
"reactjs",
"socket-io",
"nodejs",
"Heroku"
],
"author": "Jakob Au",
"license": "ISC",
"bugs": {
"url": "https://github.com/jakobau/easter-wegg-hunt/issues"
},
"homepage": "https://github.com/jakobau/easter-wegg-hunt#readme",
"dependencies": {
"deparam": "^1.0.5",
"express": "^4.17.1",
"jquery": "^3.5.1",
"node": "^13.12.0",
"socket.io": "^2.3.0"
}
}