Command-fix/package.json

21 lines
468 B
JSON
Raw Normal View History

2016-12-08 04:52:37 +01:00
{
"name": "citra-discord-bot",
"version": "1.0.0",
"description": "Citra bot for Discord",
"author": "chris062689 <chris062689@gmail.com>",
"preferGlobal": true,
"private": true,
"subdomain": "citra-emu",
"analyze": true,
"license": "GPL-2.0+",
"dependencies": {
"config": "^1.24.0",
"discord.js": "^10.0.1",
2017-03-15 04:59:40 +01:00
"ip": "^1.1.5",
2017-03-15 04:55:22 +01:00
"logdna": "^1.2.3",
"node-schedule": "^1.2.3",
2016-12-31 23:12:30 +01:00
"request": "^2.79.0",
2016-12-08 04:52:37 +01:00
"winston": "^2.3.0"
}
}