botkit-rocketchat-connector
Version:
A external connector to integrates botkit with RocketChat
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "botkit-rocketchat-connector",
"version": "0.0.17",
"description": "A external connector to integrates botkit with RocketChat",
"main": "RocketChatBot.js",
"dependencies": {
"@rocket.chat/sdk": "^0.2.2",
"botkit": "^0.6.16",
"hoek": "^4.2.1"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"should": "^13.2.1"
},
"scripts": {
"test": "nyc mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/botkit-rocketchat-connector.git"
},
"keywords": [
"RocketChat",
"Botkit",
"connector"
],
"author": "https://github.com/arthurtemporim/",
"license": "ISC",
"bugs": {
"url": "https://github.com/RocketChat/botkit-rocketchat-connector/issues"
},
"homepage": "https://github.com/RocketChat/botkit-rocketchat-connector#readme"
}