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-25 15:56:46 -04:00
|
|
|
"discord-eco": "0.0.10",
|
2018-03-24 16:10:12 -04:00
|
|
|
"discord.js": "^11.3.1",
|
|
|
|
"fs": "0.0.1-security",
|
|
|
|
"moment": "^2.21.0",
|
2018-03-24 21:13:57 -04:00
|
|
|
"node-opus": "^0.2.7",
|
2018-03-29 19:42:42 -04:00
|
|
|
"os": "^0.1.1",
|
2018-03-24 19:44:58 -04:00
|
|
|
"simple-youtube-api": "^5.0.1",
|
|
|
|
"ytdl-core": "^0.20.2"
|
2018-03-24 16:10:12 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2017-07-29 17:12:47 -04:00
|
|
|
}
|