Files
xiao/package.json
T
2017-04-11 13:44:43 +00:00

36 lines
862 B
JSON

{
"name": "xiaobot",
"version": "22.2.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",
"cowsay": "^1.1.9",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"hepburn": "^1.0.0",
"jimp": "^0.2.27",
"mathjs": "^3.11.0",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"morse": "^0.1.0",
"pirate-speak": "^1.0.1",
"roman-numeral-converter-mmxvi": "^1.0.5",
"string-to-binary": "^0.1.2",
"superagent": "^3.5.2",
"zalgolize": "^1.2.4"
}
}