From 2a8c799d7a9ad46f398c5e2feb448140eecbc638 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 17 Aug 2017 01:40:08 -0400 Subject: Official 1.1.0 release! Changelog: New command handler! --- package.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ff7f661..30671c7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "aleebot", - "version": "1.0.8.5", - "description": "A chat bot for discord written in discord.js.", + "version": "1.1.0", + "description": "A chat bot for discord written in discord.js", "main": "aleebot.js", "dependencies": { - "discord.js": "^11.1.0", + "blessed": "^0.1.81", + "fs": "^0.0.1-security", + "discord.js": "^11.1.0" }, "devDependencies": {}, "scripts": { @@ -14,12 +16,7 @@ "type": "git", "url": "git+https://github.com/AleeCorp/AleeBot.git" }, - "keywords": [ - "discord", - "discord-bot", - "javascript" - ], - "author": "AleeCorp", + "author": "alee14", "license": "MIT", "bugs": { "url": "https://github.com/AleeCorp/AleeBot/issues" -- cgit v1.2.3