Rollux/package.json

12 lines
275 B
JSON
Raw Normal View History

2019-05-17 17:29:31 +00:00
{
"name": "rollux",
"version": "1.0.0",
"description": "A bot that rolls dice",
"main": "bot.js",
"author": "Mollux",
"dependencies": {
"discord.io": "https://github.com/woor/discord.io/tarball/gateway_v6",
"winston": "^3.2.1"
}
}