AleeBot/package.json

29 lines
643 B
JSON
Raw Normal View History

2017-07-29 17:12:47 -04:00
{
"name": "aleebot",
2017-08-14 17:43:07 -04:00
"version": "1.0.8.5",
"description": "A chat bot for discord written in discord.js.",
2017-07-29 17:12:47 -04:00
"main": "aleebot.js",
"dependencies": {
2017-08-14 17:43:07 -04:00
"discord.js": "^11.1.0",
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"
},
"keywords": [
"discord",
"discord-bot",
"javascript"
],
"author": "AleeCorp",
"license": "MIT",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
"homepage": "https://github.com/AleeCorp/AleeBot#readme"
}