AleeBot/package.json

28 lines
654 B
JSON
Raw Normal View History

2017-07-29 17:12:47 -04:00
{
"name": "aleebot",
2018-02-25 15:01:01 -05:00
"version": "2.0.0",
"description": "A chat bot for discord written in discord.js.",
"main": "src/bot.js",
2017-07-29 17:12:47 -04:00
"scripts": {
2018-02-25 15:01:01 -05:00
"test": ""
2017-07-29 17:12:47 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleeCorp/AleeBot.git"
},
2018-03-24 16:10:12 -04:00
"author": "AleeCorp",
2017-07-29 17:12:47 -04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/AleeCorp/AleeBot/issues"
},
2018-02-25 15:01:01 -05:00
"homepage": "https://github.com/AleeCorp/AleeBot#readme",
"dependencies": {
2018-03-24 16:10:12 -04:00
"discord.js": "^11.3.1",
"fs": "0.0.1-security",
"moment": "^2.21.0",
"node-telegram-bot-api": "^0.29.0",
"simple-youtube-api": "^5.0.1"
},
"devDependencies": {}
2017-07-29 17:12:47 -04:00
}