Command-fix/package.json

29 lines
714 B
JSON
Raw Normal View History

2016-12-07 22:52:37 -05: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": {
"checkenv": "^1.2.2",
2016-12-07 22:52:37 -05:00
"discord.js": "^10.0.1",
2017-03-14 23:59:40 -04:00
"ip": "^1.1.5",
2017-03-14 23:55:22 -04:00
"logdna": "^1.2.3",
"node-schedule": "^1.2.3",
2016-12-31 17:12:30 -05:00
"request": "^2.79.0",
2016-12-07 22:52:37 -05:00
"winston": "^2.3.0"
2017-09-29 19:38:00 -04:00
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
2016-12-07 22:52:37 -05:00
}
}