diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-03-24 16:16:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-24 16:16:19 -0400 |
| commit | 8dfcf2917c4ddebb701044c54dc73f3f72265eae (patch) | |
| tree | 751fd0b33cb007aa00398a5540a4ab80099e8149 /package.json | |
| parent | 8b374485f0af1d9d12c861cfa4e27cb407e27ac6 (diff) | |
| download | AleeBot-8dfcf2917c4ddebb701044c54dc73f3f72265eae.tar.gz AleeBot-8dfcf2917c4ddebb701044c54dc73f3f72265eae.tar.bz2 AleeBot-8dfcf2917c4ddebb701044c54dc73f3f72265eae.zip | |
2.1.0 Release (#17)v2.1.0
* Started working on 2.1.0
* 2.1.0 Release
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package.json b/package.json index d35c79a..88050ed 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,18 @@ "type": "git", "url": "git+https://github.com/AleeCorp/AleeBot.git" }, - "author": "", + "author": "AleeCorp", "license": "MIT", "bugs": { "url": "https://github.com/AleeCorp/AleeBot/issues" }, "homepage": "https://github.com/AleeCorp/AleeBot#readme", "dependencies": { - "discord.js": "^11.2.1", - "node-telegram-bot-api": "^0.29.0" - } + "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": {} } |
