Files
JefferyBot/package.json
2018-06-08 09:37:31 +01:00

35 lines
782 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",
"https": "^1.0.0",
"ping": "^0.2.2",
"qr-image": "^3.2.0",
"request": "^2.86.0",
"smartcar-unit": "^1.1.4"
}
}