-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 876 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
{
"name": "twitch_plays_god",
"version": "1.0.0",
"description": "***A virtual ecosystem guided by an online community where autonomous critters use real-world money to donate to non-profits and orgs.***",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd prototypes/serverDB_test && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/augustluhrs/Twitch_Plays_God.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/augustluhrs/Twitch_Plays_God/issues"
},
"homepage": "https://github.com/augustluhrs/Twitch_Plays_God#readme",
"dependencies": {
"debug": "^4.3.1",
"express": "^4.17.1",
"lerp": "^1.0.3",
"nedb": "^1.8.0",
"nedb-async": "^0.1.6",
"socket.io": "^4.0.0",
"victor": "^1.1.0"
}
}