{ "name": "xiaobot", "version": "24.0.0", "description": "A Discord Bot", "main": "shardingmanager.js", "repository": { "type": "git", "url": "https://github.com/dragonfire535/xiaobot.git" }, "scripts": { "start": "node shardingmanager.js" }, "engines": { "node": "7.8.0" }, "author": "dragonfire535", "license": "ISC", "dependencies": { "cheerio": "^0.22.0", "discord.js": "hydrabolt/discord.js", "discord.js-commando": "gawdl3y/discord.js-commando", "jimp": "^0.2.27", "mathjs": "^3.11.0", "moment": "^2.18.1", "moment-duration-format": "^1.3.0", "superagent": "^3.5.2", "zalgolize": "^1.2.4" } }