32 lines
702 B
JSON
32 lines
702 B
JSON
{
|
|
"name": "jefferybot",
|
|
"version": "1.0.0",
|
|
"description": "Customizable discord bot",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/plane000/JefferyBot.git"
|
|
},
|
|
"keywords": [
|
|
"Discord",
|
|
"Bot"
|
|
],
|
|
"author": "Benjamin Kyd",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/plane000/JefferyBot/issues"
|
|
},
|
|
"homepage": "https://github.com/plane000/JefferyBot#readme",
|
|
"dependencies": {
|
|
"colors": "^1.2.5",
|
|
"discord.js": "^11.3.2",
|
|
"fs": "0.0.1-security",
|
|
"http": "0.0.0",
|
|
"ping": "^0.2.2",
|
|
"request": "^2.86.0"
|
|
}
|
|
}
|