forked from DevZupa/Z-Bot-Light
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 997 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "z-bot",
"version": "1.0.0",
"description": "Rcon Bot ( BattlEye only currently )",
"homepage": "",
"author": {
"name": "Zupa",
"email": "jonas_windmolders@hotmail.com",
"url": "https://bot.devzupa.be"
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"Bot",
"Discord",
"Zupa"
],
"scripts": {
"start": "node ./lib/index.js",
"bot": "node ./lib/index.js"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "ssh://git@bitbucket.org/Windmolders/z-bot.git",
"license": "MIT",
"dependencies": {
"battle-node": "^0.1.2",
"clapp": "^1.3.2",
"cli-table2": "^0.2.0",
"crypto-js": "^3.1.9-1",
"discord.js": "^14.7.1",
"gamedig": "^1.0.46",
"geoip-lite": "^1.3.2",
"glob-fs": "^0.1.7",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"node-schedule": "^1.3.0",
"nodejs-tail": "^1.1.0",
"underscore": "^1.9.1"
}
}