UNPKG

hubot-rocketchat-gitlab

Version:

Hubot script to integrate with gitlab

45 lines (44 loc) 1.15 kB
{ "name": "hubot-rocketchat-gitlab", "version": "0.0.4", "description": "Hubot script to integrate with gitlab", "preferGlobal": "false", "main": "index.js", "scripts": {}, "author": "Rodrigo K. Nascimento", "keywords": [ "hubot", "hubot-redis-brain", "rocket.chat", "gitlab", "agile", "burndown", "sigma-geosistemas" ], "repository": { "type": "git", "url": "git@github.com:RocketChat/hubot-rocketchat-gitlab.git" }, "scripts": { "build": "node_modules/babel-cli/bin/babel.js scripts -d lib", "watch": "node_modules/babel-watch/babel-watch.js scripts" }, "dependencies": { "gitlab": "git://github.com/RocketChat/node-gitlab.git#develop", "hubot": "^2.13.2", "hubot-redis-brain": "0.0.3", "underscore": "^1.8.3", "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-preset-es2015": "^6.18.0", "babel-watch": "^2.0.3" }, "engines": { "node": "*" }, "bugs": { "url": "https://github.com/RocketChat/hubot-rocketchat-gitlab/issues" }, "homepage": "https://github.com/RocketChat/hubot-rocketchat-gitlab", "license": "GPL-3.0" }