This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
forked from TheSharks/WildBeast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.67 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"name": "WildBeast",
"version": "4.0.0",
"description": "A Discord Bot",
"main": "DougBot.js",
"maintainers": [
{
"name": "Pascal Meijer",
"email": "[email protected]"
},
{
"name": "Curtis Hofstingburg",
"email": "[email protected]",
"url": "https://curitzjt.cf/"
},
{
"name": "Anthony Zaza",
"email": "[email protected]"
}
],
"scripts": {
"prestart": "npm update",
"test": "standard & eslint **",
"start": "node DougBot.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": {
"name": "Remco Jongschaap",
"email": "[email protected]",
"url": "https://dougley.com"
},
"bugs": {
"url": "https://github.com/TheSharks/WildBeast/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSharks/WildBeast.git"
},
"engines": {
"node": "4.x.x - 6.x.x",
"npm": ">=3.x.x"
},
"license": "GPL-3.0",
"dependencies": {
"cleverbot-node": "^0.2.2",
"discordie": "^0.9.0",
"imgflipper": "^1.0.1",
"leetspeak": "0.0.1",
"minimist": "^1.2.0",
"ora": "^0.3.0",
"prompt": "^1.0.0",
"request": "^2.72.0",
"require-directory": "^2.1.1",
"rethinkdbdash": "^2.3.23",
"semver": "^5.1.0",
"tagscript": "github:guscaplan/tagscript",
"unirest": "^0.5.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"xml2js": "^0.4.16",
"youtube-api": "^2.0.2",
"youtube-dl": "^1.11.1",
"ytdl-core": "^0.7.15",
"snyk": "^1.41.1"
},
"devDependencies": {
"eslint": "^3.0.0",
"standard": "^8.1.0"
},
"snyk": true
}