Changed some stuff arround

This commit is contained in:
plane000
2018-05-19 23:18:44 +01:00
parent 5ad3eacfce
commit 925469af25
8 changed files with 31 additions and 490 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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": {
"discord.js": "^11.3.2",
"fs": "0.0.1-security"
}
}