hubot-ringcentral
Version:
Hubot adapter to use with RingCentral Team Messaging
41 lines (40 loc) • 999 B
JSON
{
"name": "hubot-ringcentral",
"version": "2.5.0",
"description": "Hubot adapter to use with RingCentral Team Messaging",
"keywords": [
"glip",
"hubot",
"adapter",
"RingCentral"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tylerlong/hubot-ringcentral.git"
},
"author": "Tyler Long <tyler4long@gmail.com> (https://github.com/tylerlong)",
"license": "MIT",
"main": "src/index.bundle.js",
"scripts": {
"release": "webpack --progress --colors"
},
"dependencies": {
"parent-require": "^1.0.0",
"ringcentral-js-concise": "^0.5.7"
},
"peerDependencies": {
"hubot": "2.19.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "6.4.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint-plugin-html": "^4.0.5",
"hubot": "2.19.0",
"standard": "^12.0.1",
"webpack": "2.3.2",
"webpack-node-externals": "^1.7.2",
"yarn-upgrade-all": "^0.3.0"
}
}