Files
xiao/package.json
T
2017-04-04 21:51:13 +00:00

39 lines
965 B
JSON

{
"name": "xiaobot",
"version": "18.0.1",
"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": {
"Sherlock": "neilgupta/Sherlock",
"cheerio": "^0.22.0",
"cowsay": "^1.1.9",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"google-translate-api": "^2.2.2",
"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",
"opusscript": "0.0.3",
"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"
}
}