diff options
| author | Alee14 <alee14498@gmail.com> | 2018-01-26 17:38:08 -0500 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-01-26 17:38:08 -0500 |
| commit | 4083aacf8c5b9cd3204faa3c788190c730e346f5 (patch) | |
| tree | 1b49637d4e832188c82f4fb674bd4ebaf373fd6c /package.json | |
| parent | 533bf07438478a93c498ef831f99c3c1ab93eb2f (diff) | |
| download | AleeBot-4083aacf8c5b9cd3204faa3c788190c730e346f5.tar.gz AleeBot-4083aacf8c5b9cd3204faa3c788190c730e346f5.tar.bz2 AleeBot-4083aacf8c5b9cd3204faa3c788190c730e346f5.zip | |
Added run.bat to gitignore
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json index d35c79a..b10a8a1 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,23 @@ -{ - "name": "aleebot", - "version": "2.0.0", - "description": "A chat bot for discord written in discord.js.", - "main": "src/bot.js", - "scripts": { - "test": "" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/AleeCorp/AleeBot.git" - }, - "author": "", - "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" - } -} +{
+ "name": "aleebot",
+ "version": "2.0.0",
+ "description": "A chat bot for discord written in discord.js.",
+ "main": "src/bot.js",
+ "scripts": {
+ "test": ""
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/AleeCorp/AleeBot.git"
+ },
+ "author": "",
+ "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"
+ }
+}
|
