forked from vzhou842/generals.io-Node.js-Bot-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 707 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 707 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": "generals.io-node.js-bot-example",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"socket.io-client": "^1.7.2"
},
"devDependencies": {},
"scripts": {
"test": "echo 'No tests implemented.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzhou842/generals.io-Node.js-Bot-example.git"
},
"keywords": [
"generals.io",
"bot",
"node.js",
"javascript",
"example"
],
"author": "Victor Zhou",
"license": "MIT",
"bugs": {
"url": "https://github.com/vzhou842/generals.io-Node.js-Bot-example/issues"
},
"homepage": "https://github.com/vzhou842/generals.io-Node.js-Bot-example#readme"
}