mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
30 lines
675 B
JSON
30 lines
675 B
JSON
{
|
|
"name": "XiaoBot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"engines": {
|
|
"node": "7.6.0"
|
|
},
|
|
"author": "dragonfire535",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cleverbot-node": "^0.3.5",
|
|
"discord.js": "github:hydrabolt/discord.js",
|
|
"discord.js-commando": "^0.9.0",
|
|
"google-translate-api": "^2.2.2",
|
|
"hepburn": "^1.0.0",
|
|
"jimp": "^0.2.27",
|
|
"osu": "^1.0.1",
|
|
"pirate-speak": "^1.0.1",
|
|
"request-promise": "^4.1.1",
|
|
"urban": "^0.3.1",
|
|
"wikifakt": "^1.0.3",
|
|
"yahoo-weather": "^2.2.2",
|
|
"zalgolize": "^1.2.4"
|
|
}
|
|
}
|