Files
xiao/package.json
T
2017-05-15 05:59:28 +00:00

56 lines
1.4 KiB
JSON

{
"name": "xiaobot",
"version": "19.5.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": [
"bot",
"commando",
"discord",
"discord-api",
"discord-bot",
"discord-js",
"discord-js-commando",
"postgres",
"postgresql",
"cleverbot"
],
"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": {
"bufferutil": "^3.0.0",
"canvas": "automattic/node-canvas",
"cheerio": "^0.22.0",
"cleverio": "dragonfire535/cleverio",
"custom-translate": "dragonfire535/custom-translate",
"discord.js": "hydrabolt/discord.js#4422f2aa8a72ae8765d91c2b1847785992075c33",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"mathjs": "^3.12.2",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"node-opus": "^0.2.6",
"pg": "^6.1.5",
"sequelize": "^3.30.4",
"snekfetch": "^3.1.7",
"tsubaki": "^1.1.0",
"xml2js": "^0.4.17",
"zalgolize": "^1.2.4"
}
}