-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 923 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": "vehikill-room",
"version": "1.0.0",
"description": "Vehikill.io Rooms",
"main": "index.js",
"dependencies": {
"@types/aframe": "^1.0.3",
"@types/lodash": "^4.14.170",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"react": "^17.0.2",
"typescript": "^4.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hangovergames/vehikill-room.git"
},
"keywords": [
"car-games",
"derby-games",
"io-games",
"web-games"
],
"author": "Hangover Games Ltd <info@hangover.games>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hangovergames/vehikill-room/issues"
},
"homepage": "https://github.com/hangovergames/vehikill-room#readme"
}