UNPKG

slackbotapi

Version:

a node.js API using Slack their RTM API

41 lines (40 loc) 929 B
{ "name": "slackbotapi", "version": "1.3.9", "description": "a node.js API using Slack their RTM API", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/xBytez/slackbotapi.git" }, "keywords": [ "slack", "api", "rtm", "team", "communication", "bot" ], "dependencies": { "eventemitter3": "^1.2.0", "jethro": "^2.7.1", "request": "^2.72.0", "ws": "^1.1.0" }, "author": "xBytez <me@xbytez.io>", "contributors": [ "Samuel Mills <spam.mills@hotmail.com>", "Igor Antun <igorantunc@hotmail.com>" ], "license": "LGPL-3.0", "bugs": { "url": "https://github.com/xBytez/slackbotapi/issues" }, "homepage": "https://github.com/xBytez/slackbotapi", "directories": { "example": "examples" } }