diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 15:43:18 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 15:43:18 -0400 |
| commit | 1f245ddb081b15fbd3287aedc4f8965782e1fcc0 (patch) | |
| tree | 24de6b7d52196c32c7b0d77c3aaefed6b701f191 /package.json | |
| parent | 1933ad0e02c3aefb677b7da0bf028e007ee286ba (diff) | |
| download | AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.gz AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.bz2 AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.zip | |
Starting to work on AleeBot 2.0.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/package.json b/package.json index 7db00da..3264925 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,8 @@ { "name": "aleebot", - "version": "1.1.0", - "description": "A chat bot for discord written in discord.js", - "main": "aleebot.js", - "dependencies": { - "blessed": "^0.1.81", - "discord.js": "^11.1.0", - "fs": "^0.0.1-security", - "moment": "^2.18.1", - "profanities": "^2.5.0" - }, - "devDependencies": {}, + "version": "2.0.0", + "description": "A chat bot for discord written in discord.js.", + "main": "src/bot.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -18,10 +10,13 @@ "type": "git", "url": "git+https://github.com/AleeCorp/AleeBot.git" }, - "author": "alee14", + "author": "", "license": "MIT", "bugs": { "url": "https://github.com/AleeCorp/AleeBot/issues" }, - "homepage": "https://github.com/AleeCorp/AleeBot#readme" + "homepage": "https://github.com/AleeCorp/AleeBot#readme", + "dependencies": { + "discord.js": "^11.2.1" + } } |
