Files
xiao/package.json
T
2017-05-08 13:46:36 +00:00

49 lines
1.1 KiB
JSON

{
"name": "xiaobot",
"version": "18.6.3",
"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": [
"bot",
"commando",
"discord",
"discord-api",
"discord-bot",
"discord-js",
"discord-js-commando",
"postgres",
"postgresql"
],
"author": "dragonfire535",
"license": "ISC",
"bugs": {
"url": "https://github.com/dragonfire535/xiaobot/issues"
},
"homepage": "http://dragonfire535.weebly.com/xiaobot.html",
"engines": {
"node": "7.10.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.12.2",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"pg": "^6.1.5",
"sequelize": "^3.30.4",
"superagent": "^3.5.2",
"zalgolize": "^1.2.4"
}
}