-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 713 Bytes
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
{
"name": "tron_game",
"version": "1.0.0",
"description": "This a tron game running on a javascript server",
"main": "app.js",
"dependencies": {
"express.io": "^1.1.13"
},
"devDependencies": {
"socket.io": "^1.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JavaProcessingOctopus/Tron_game.git"
},
"keywords": [
"game",
"tron",
"express.io"
],
"author": "JavaProcessingOctopus",
"license": "ISC",
"bugs": {
"url": "https://github.com/JavaProcessingOctopus/Tron_game/issues"
},
"homepage": "https://github.com/JavaProcessingOctopus/Tron_game#readme"
}