twitch-bot
Version:
Easily create chat bots for Twitch.tv
38 lines (37 loc) • 879 B
JSON
{
"name": "twitch-bot",
"version": "1.3.5",
"description": "Easily create chat bots for Twitch.tv",
"main": "index.js",
"scripts": {
"test": "mocha test/parser.js test/test.js test/socketstub.js --timeout 5000",
"teststub": "mocha test/socketstub.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kritzware/twitch-bot.git"
},
"keywords": [
"twitchbot",
"twitch",
"chatbot",
"bot",
"twitch chatbot",
"twitch bot"
],
"author": "kritzware <suspiciouspotato@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kritzware/twitch-bot/issues"
},
"homepage": "https://github.com/kritzware/twitch-bot#readme",
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.4.2",
"should": "^13.1.3",
"sinon": "^4.1.3"
},
"dependencies": {
"lodash": "^4.17.4"
}
}