discord-bot-rss-feed/package.json

28 lines
687 B
JSON
Raw Normal View History

2016-10-29 19:50:29 +03:00
{
"name": "discord-feed-bot",
"version": "1.3.2",
2016-10-29 19:50:29 +03:00
"description": "discord-feed-bot",
"main": "index.js",
"scripts": {
"start": "node feed-bot.js",
2016-10-29 19:50:29 +03:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-feed-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-feed-bot/issues"
},
2016-10-29 19:50:46 +03:00
"homepage": "https://github.com/benji7425/discord-feed-bot#readme",
"dependencies": {
2016-10-29 20:41:54 +03:00
"discord.io": "^2.2.4",
"feed-read": "0.0.1",
2017-01-08 09:16:19 +02:00
"simple-file-writer": "^2.0.0",
2017-01-08 09:09:28 +02:00
"jsonfile": "^2.4.0",
"urijs": "^1.18.2"
2016-10-29 19:50:46 +03:00
}
2016-10-29 19:50:29 +03:00
}