forked from IamTails/Dank-Memer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "dank-memer",
"version": "8.1.2",
"description": "Dank dreams that turn into dank memes",
"main": "src/memer.js",
"dependencies": {
"cowsay": "^1.2.1",
"datadog-metrics": "^0.6.0",
"eris": "github:abalabahaha/eris#dev",
"eris-sharder": "^1.4.8",
"erlpack": "^0.1.2",
"jimp": "^0.2.28",
"libsodium-wrappers": "^0.5.4",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"react-trump": "^0.2.1",
"rethinkdbdash": "^2.3.31",
"snekfetch": "^3.2.9",
"sodium": "^2.0.1",
"table": "^4.0.1",
"trumpit": "^1.0.1",
"twit": "^2.2.9",
"uws": "^8.14.1"
},
"devDependencies": {
"standard": "^10.0.3"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melmsie/Dank-Memer.git"
},
"keywords": [
"discord",
"dank",
"memes",
"memer",
"bot",
"discord.js"
],
"author": "Melmsie",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/melmsie/Dank-Memer/issues"
},
"homepage": "https://github.com/melmsie/Dank-Memer#readme"
}