Files
markov-discord/package.json
2018-02-06 21:29:48 -06:00

27 lines
615 B
JSON

{
"name": "markbot",
"version": "0.2.0",
"description": "A conversational Markov chain bot for Discord",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": "https://github.com/charlocharlie/markov-discord.git",
"keywords": [
"discord",
"markov",
"chain",
"bot"
],
"author": "Charlie Laabs <charlielaabs@gmail.com>",
"license": "MIT",
"dependencies": {
"discord.js": "^11.3.0",
"erlpack": "github:discordapp/erlpack",
"markov-strings": "^1.3.5",
"node-schedule": "^1.3.0",
"unique-by": "^1.0.0",
"zlib-sync": "^0.1.4"
}
}