-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 945 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 945 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
33
34
35
36
37
38
39
{
"name": "snazbot",
"version": "1.0.0",
"description": "Discord bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sheemap/Snazbot.git"
},
"author": "Seka",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sheemap/Snazbot/issues"
},
"homepage": "https://github.com/Sheemap/Snazbot#readme",
"dependencies": {
"async": "^2.6.0",
"discord.js": "^11.3.2",
"follow-redirects": "^1.4.1",
"glob": "^7.1.2",
"hoek": "^5.0.3",
"imgur": "^0.3.1",
"ini": "^1.3.6",
"leaguejs": "^1.11.4",
"moment": "^2.22.1",
"node-schedule": "^1.3.2",
"path": "^0.12.7",
"request": "^2.88.0",
"requests": "^0.2.2",
"seedrandom": "^3.0.5",
"sleep-promise": "^2.0.0",
"sqlite3": "^5.0.2",
"winston": "^2.4.2",
"winston-logrotate": "^1.3.0"
}
}