From e7e0bba1057c54bcaf2e7bee5c4dab81bb03019c Mon Sep 17 00:00:00 2001 From: benji7425 Date: Sat, 9 Sep 2017 21:01:07 +0100 Subject: [PATCH] Initialise npm and add required packages --- package.json | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 329536c..6ce6ffc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,28 @@ { - "version": "0.1.0", - "main": "app/index.js", - "scripts": { - "start": "node bootstrap.js" - }, - "dependencies": { - "discord.js": "11.1.0", - "discordjs-util": "git+https://github.com/benji7425/discordjs-util.git", - "jsonfile": "3.0.1" - } -} \ No newline at end of file + "version": "3.0.0-b1", + "main": "app/index.js", + "scripts": { + "start": "node bootstrap.js" + }, + "dependencies": { + "discord.js": "11.1.0", + "discordjs-util": "git+https://github.com/benji7425/discordjs-util.git", + "feed-read": "0.0.1", + "get-urls": "7.0.0", + "jsonfile": "3.0.1", + "shortid": "2.2.8" + }, + "name": "discord-bot-rss-feed", + "devDependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/benji7425/discord-bot-rss-feed.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/benji7425/discord-bot-rss-feed/issues" + }, + "homepage": "https://github.com/benji7425/discord-bot-rss-feed#readme", + "description": "" +}