discord-bot-rss-feed/package.json

28 lines
755 B
JSON
Raw Normal View History

2017-07-11 15:06:13 +03:00
{
"name": "discord-bot-feed-linker",
"version": "2.0.0",
"description": "",
2017-08-12 03:44:35 +03:00
"main": "app/index.js",
2017-07-11 15:06:13 +03:00
"scripts": {
2017-08-12 03:44:35 +03:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node wrapper.js"
2017-07-11 15:06:13 +03:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-bot-feed-linker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-bot-feed-linker/issues"
},
2017-07-13 23:03:24 +03:00
"homepage": "https://github.com/benji7425/discord-bot-feed-linker#readme",
"dependencies": {
"discord.js": "11.1.0",
2017-07-27 00:29:05 +03:00
"discordjs-util": "git+https://github.com/benji7425/discordjs-util.git",
"dns": "0.2.2",
"feed-read": "0.0.1",
2017-07-29 22:28:00 +03:00
"jsonfile": "3.0.1",
"urijs": "1.18.10"
2017-07-13 23:03:24 +03:00
}
2017-08-12 03:44:35 +03:00
}