hubot-simple-tasks
Version:
Hubot script to create tasks in hubot-brain
34 lines (33 loc) • 800 B
JSON
{
"name": "hubot-simple-tasks",
"version": "0.0.7",
"description": "Hubot script to create tasks in hubot-brain",
"preferGlobal": "false",
"main": "index.js",
"scripts": {},
"author": "George Rodrigues da Cunha Silva",
"keywords": [
"hubot",
"hubot-redis-brain",
"tasks",
"todo",
"to-do",
"sigma-geosistemas"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.sigmageosistemas.com.br/dev/hubot-simple-tasks.git"
},
"dependencies": {
"hubot": "^2.13.2",
"hubot-redis-brain": "0.0.3"
},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://gitlab.sigmageosistemas.com.br/dev/hubot-simple-tasks/issues"
},
"homepage": "https://gitlab.sigmageosistemas.com.br/dev/hubot-simple-tasks",
"license": "GPL-3.0"
}