-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "v8-chimeras-team-01",
"version": "1.0.0",
"description": "This game uses **WebRTC** technology to make direct peer-to-peer connections between players and host. Load it up, invite some friends, and earn your **_Bragging Rights_**!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"server": " node index.js",
"dev": "run-p server react",
"react": "cd ./client && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyages/v8-chimeras-team-01.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-voyages/v8-chimeras-team-01/issues"
},
"homepage": "https://braggingrights.herokuapp.com/",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-pino-logger": "^4.0.0",
"mongoose": "^5.5.4",
"node-env-run": "^3.0.2"
},
"engines": {
"node": "10.15.3"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"nodemon": "^1.18.11"
}
}