summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-17 01:40:08 -0400
committerUnknown <Alee14498@gmail.com>2017-08-17 01:40:08 -0400
commit2a8c799d7a9ad46f398c5e2feb448140eecbc638 (patch)
tree60883532c86f70a713fc3af6a8584edeb044811b /package.json
parenta8d005f965dc66a05316db7bc723eaddbc5399ee (diff)
downloadAleeBot-1.1.0.tar.gz
AleeBot-1.1.0.tar.bz2
AleeBot-1.1.0.zip
Official 1.1.0 release!v1.1.0
Changelog: New command handler!
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 6 insertions, 9 deletions
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"