-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
29 lines (29 loc) · 908 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
{
"name": "discord.js-meme",
"version": "1.0.0",
"description": "[Support Discord Server!](https://discord.gg/2RPg23k)\r # Discord.js Simple & Advanced Meme command!\r ### Generate Popular memes! As good as Dank Memer bot itself 🐸\r ## 🔴 Requirement 🔴\r You have to install a package called got which is a nice and fast API for generating memes etc!",
"main": "index.js",
"scripts": {
"test": "meme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DashCruft/discord.js-meme.git"
},
"keywords": [
"meme",
"dankmemer",
"discord.js"
],
"author": "DashCruft",
"license": "ISC",
"bugs": {
"url": "https://github.com/DashCruft/discord.js-meme/issues"
},
"homepage": "https://github.com/DashCruft/discord.js-meme#readme",
"dependencies": {
"discord.js": "^12.3.1",
"fs": "0.0.1-security",
"mongoose": "^5.10.3"
}
}