Files
xiao/package.json
T
Daniel Odendahl 3feaf2a99b Initial Commit
2017-03-02 18:23:16 -05:00

23 lines
489 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",
"jimp": "^0.2.27",
"pirate-speak": "^1.0.1"
}
}