discord-bot-rss-feed/package.json

23 lines
554 B
JSON
Raw Normal View History

2017-07-11 15:06:13 +03:00
{
"name": "discord-bot-feed-linker",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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-11 15:06:13 +03:00
}