forked from aymanamer/Dank-Memer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 991 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
{
"name": "dank-memer",
"version": "6.9",
"droneVersion": "3.sick.1.46.ebullioscopy.1525107281.7",
"description": "A discord entertainment based bot, with an emphasis on memes.",
"main": "memer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dank-memer/Dank-Memer.git"
},
"keywords": [
"discord",
"meme",
"bot",
"melmsie"
],
"author": "melmsie",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dank-memer/Dank-Memer/issues"
},
"homepage": "https://github.com/dank-memer/Dank-Memer#readme",
"dependencies": {
"asciiart-logo": "^0.1.7",
"cheerio": "^1.0.0-rc.2",
"eris-sharder": "github:MercyDoesCode/eris-sharder",
"eslint-config-standard": "^11.0.0",
"node-dogstatsd": "0.0.7",
"programmatic-repl": "^1.1.4",
"rethinkdbdash": "^2.3.31",
"snekfetch": "^3.6.4",
"standard": "^11.0.1"
}
}