UNPKG

xkcd-slack-bot

Version:
36 lines (35 loc) 622 B
{ "name": "xkcd-slack-bot", "version": "2.0.1", "description": "XKCD comic bot for slack chats!", "license": "MIT", "repository": "hemanth/xkcd-slack-bot", "author": { "name": "hemanth.hm", "email": "hemanth.hm@gmail.com", "url": "h3manth.com" }, "engines": { "node": ">= 4" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "bin": { "xkcd-slack-bot": "cli.js" }, "keywords": [ "slack", "slackbot", "bot" ], "dependencies": { "minimist": "^1.1.1", "slackbots": "^1.0.1", "xkcd-imgs": "^1.0.1" }, "devDependencies": {} }