discord-stats-bot/package.json

17 lines
369 B
JSON
Raw Normal View History

2017-03-22 06:23:52 +00:00
{
"name": "discord-stats-bot",
"version": "1.0.0",
"description": "Discord Stats Bot (for exporting into ELK or other centralized logging)",
"main": "bot.js",
"scripts": {
"bot": "nodemon bot.js"
},
2017-03-22 06:30:06 +00:00
"dependencies": {
"discordie": ">=0.0.0",
"log4js": ">=0.0.0"
},
2017-03-22 06:23:52 +00:00
"author": "Matt Burchett",
"license": "MIT"
}
2017-03-22 06:30:06 +00:00