Files
xiao/package.json
T
Daniel Odendahl Jr 8c88d703e3 Up Version
2017-04-24 02:05:26 +00:00

43 lines
1.0 KiB
JSON

{
"name": "xiaobot",
"version": "31.9.0",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node shardingmanager.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonfire535/xiaobot.git"
},
"keywords": [
"discord-bot",
"commando",
"discord-js",
"discord",
"discord-api"
],
"author": "dragonfire535",
"license": "ISC",
"bugs": {
"url": "https://github.com/dragonfire535/xiaobot/issues"
},
"homepage": "http://dragonfire535.weebly.com/xiaobot.html",
"engines": {
"node": "7.9.0"
},
"dependencies": {
"cheerio": "^0.22.0",
"custom-translate": "dragonfire535/custom-translate",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"jimp": "^0.2.27",
"mathjs": "^3.11.5",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"superagent": "^3.5.2",
"zalgolize": "^1.2.4"
}
}