forked from blargbot/blargbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "blargbot",
"version": "1.0.0",
"description": "blargbot is multipurpose discord bot. Coded in node.js using [Eris](https://github.com/abalabahaha/eris), blargbot hopes to bring commands and services to your discord.",
"main": "blargbot.js",
"dependencies": {
"@nuxtjs/axios": "^5.3.3",
"airtable": "^0.5.7",
"babel-polyfill": "^6.22.0",
"babel-register": "^6.26.0",
"better-cleverbot-io": "^1.0.2",
"big-integer": "^1.6.36",
"body-parser": "^1.18.3",
"brainfuck-node": "^1.0.1",
"cassandra-driver": "^3.5.0",
"cat-loggr": "^1.1.0",
"catflake": "^1.0.0",
"cli-table": "^0.3.1",
"color": "^3.1.0",
"color-thief-jimp": "^2.0.2",
"cookieparser": "^0.1.0",
"cron": "^1.4.1",
"eris": "^0.13.3",
"eslint-plugin-vue": "^4.7.1",
"eventemitter3": "^2.0.3",
"express": "^4.16.3",
"express-session": "^1.14.2",
"gifencoder": "^1.0.6",
"gm": "^1.23.1",
"hbs": "^4.0.1",
"highlight.js": "^9.12.0",
"html-entities": "^1.2.1",
"irc": "^0.5.0",
"jimp": "^0.2.28",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-mount": "^3.0.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"limax": "^2.0.0",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.21",
"node-emoji": "^1.4.1",
"node-trello": "^1.1.2",
"nuxt": "^1.4.2",
"passport": "^0.3.2",
"passport-discord": "^0.1.1",
"pg": "^7.5.0",
"phantom": "^4.0.12",
"prom-client": "github:ratismal/prom-client",
"request": "^2.88.0",
"require-reload": "^0.2.2",
"rethinkdbdash": "^2.3.26",
"rwlock": "^5.0.0",
"safe-regex": "^1.1.0",
"sequelize": "^4.39.0",
"server-destroy": "^1.0.1",
"showdown": "^1.8.6",
"snekfetch": "github:ratismal/snekfetch",
"strip-ansi": "^4.0.0",
"svg2png": "^4.1.1",
"table": "^4.0.3",
"twemoji": "^11.0.1",
"unorm": "^1.4.1",
"usage": "^0.7.1",
"vue-markdown": "^2.2.4",
"wolken": "^0.2.1",
"ws": "^1.1.1",
"xml2js": "^0.4.19",
"xss": "^1.0.3"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-loader": "^2.1.1",
"node-sass": "^4.9.3",
"sass-lint": "^1.12.1",
"sass-loader": "^7.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "nuxt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blargbot/blargbot.git"
},
"author": "stupid cat (ratismal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/blargbot/blargbot/issues"
},
"homepage": "https://github.com/blargbot/blargbot#readme"
}