AleeBot/package.json

27 lines
645 B
JSON
Raw Normal View History

2017-07-29 17:12:47 -04:00
{
"name": "aleebot",
"version": "1.1.0",
"description": "A chat bot for discord written in discord.js",
2017-07-29 17:12:47 -04:00
"main": "aleebot.js",
"dependencies": {
"blessed": "^0.1.81",
2017-08-17 17:56:35 -04:00
"discord.js": "^11.1.0",
"fs": "^0.0.1-security",
2017-11-07 18:11:01 -05:00
"moment": "^2.18.1"
2017-07-29 17:12:47 -04:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
"author": "alee14",
2017-07-29 17:12:47 -04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
"homepage": "https://github.com/AleeCorp/AleeBot#readme"
}