UNPKG

hunterrock-twitchbot

Version:
40 lines (39 loc) 912 B
{ "name": "hunterrock-twitchbot", "version": "1.0.0", "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/hunterrockmedya/twitchbot.git" }, "keywords": [ "hunterrock", "HunterRock", "twitchbot", "twitch", "chatbot", "bot", "twitch chatbot", "twitch bot" ], "author": "HunterRock", "license": "MIT", "bugs": { "url": "https://github.com/hunterrockmedya/twitchbot/issues" }, "homepage": "https://github.com/hunterrockmedya/twitchbot#readme", "devDependencies": { "chai": "^4.1.0", "mocha": "^3.4.2", "should": "^13.1.3", "sinon": "^4.1.3" }, "dependencies": { "lodash": "^4.17.4" } }