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

26 lines
646 B
JSON
Raw Normal View History

{
"version": "1.0.0",
"main": "index.js",
"dependencies": {
2018-01-27 19:27:42 +02:00
"camo": "git+https://github.com/benji7425/camo.git#v0.12.4",
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": "core",
"repository": {
"type": "git",
"url": "git+https://github.com/benji7425/core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benji7425/core/issues"
},
"homepage": "https://github.com/benji7425/core#readme",
"description": "Core code shared amongst my Discord bots"
}