discord-baymax-bot/package.json

17 lines
369 B
JSON
Raw Normal View History

2017-03-23 08:44:41 +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"
},
"dependencies": {
"discordie": ">=0.0.0",
"log4js": ">=0.0.0"
},
"author": "Matt Burchett",
"license": "MIT"
}