Initialise npm and add required packages

This commit is contained in:
benji7425 2017-09-09 21:01:07 +01:00
parent e6b2ed52ef
commit e7e0bba105
1 changed files with 27 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "3.0.0-b1",
"main": "app/index.js",
"scripts": {
"start": "node bootstrap.js"
@ -7,6 +7,22 @@
"dependencies": {
"discord.js": "11.1.0",
"discordjs-util": "git+https://github.com/benji7425/discordjs-util.git",
"jsonfile": "3.0.1"
}
"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": ""
}