Initialise npm and add required packages

This commit is contained in:
benji7425 2017-09-09 21:01:07 +01:00
parent e6b2ed52ef
commit e7e0bba105

View file

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