-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
29 lines (29 loc) · 873 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
{
"name": "discord-coc-war-announcer",
"version": "2.0.0",
"description": "A node.js discord bot written to monitor the Clash of Clans API and announce war attacks to a discord channel.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/spAnser/discord-coc-war-announcer.git"
},
"author": "spAnser",
"license": "MIT",
"bugs": {
"url": "https://github.com/spAnser/discord-coc-war-announcer/issues"
},
"homepage": "https://github.com/spAnser/discord-coc-war-announcer",
"dependencies": {
"async": "^2.3.0",
"bufferutil": "^3.0.0",
"chalk": "^1.1.3",
"discord.js": "^11.2.0",
"erlpack": "github:hammerandchisel/erlpack",
"find-remove": "^1.0.1",
"moment": "^2.18.1",
"node-persist": "^2.0.11",
"os-utils": "0.0.14",
"simple-get": "^2.6.0",
"uws": "^0.14.1"
}
}