discord-bot-rss-feed/discord-bot-core/package.json

26 lines
651 B
JSON
Raw Normal View History

{
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"camo": "0.12.3",
2017-12-08 00:22:00 +02:00
"cron": "1.3.0",
"discord.js": "11.2.0",
"nedb": "1.8.0",
"parent-package-json": "2.0.1",
"require-all": "2.2.0",
"simple-file-writer": "2.0.0"
},
"name": "discord-bot-core",
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/discord-bot-core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/discord-bot-core/issues"
},
"homepage": "https://github.com/benji7425/discord-bot-core#readme",
"description": "Core code shared amongst my Discord bots"
}