-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 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
31
32
{
"name": "thebombemachine",
"version": "1.0.3",
"description": "Facilitates sending messages easily to a Secret Hitler online server (https://github.com/kylecoburn/secret-hitler.git)",
"main": "TheBombe.js",
"scripts": {
"test": "console.log(\"Test\");"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brads3290/TheBombeMachine.git"
},
"keywords": [
"secrethitler",
"secret",
"hitler",
"websockets",
"bombe",
"bombe",
"machine"
],
"author": "Brad Sullivan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brads3290/TheBombeMachine/issues"
},
"homepage": "https://github.com/Brads3290/TheBombeMachine#readme",
"dependencies": {
"ws": "^1.1.1",
"xhr2": "^0.1.3"
}
}