AleeBot/package.json
2017-08-17 17:56:35 -04:00

26 lines
649 B
JSON

{
"name": "aleebot",
"version": "1.1.0",
"description": "A chat bot for discord written in discord.js",
"main": "aleebot.js",
"dependencies": {
"blessed": "^0.1.81",
"discord.js": "^11.1.0",
"fs": "^0.0.1-security",
"profanities": "^2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
"author": "alee14",
"license": "MIT",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
"homepage": "https://github.com/AleeCorp/AleeBot#readme"
}