hubot-github-reminder
Version:
A simple helpful robot for your Company
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "hubot-github-reminder",
"version": "1.1.41",
"private": false,
"author": "Springworks",
"description": "A simple helpful robot for your Company",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"slack",
"github",
"pull-requests",
"pulls"
],
"repository": {
"type": "git",
"url": "git@github.com:jsoklevski/hubot-github-reminder.git"
},
"bugs": {
"url": "https://github.com/jsoklevski/hubot-github-reminder/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"cron": "^1.0.9",
"fuse.js": "^2.0.1",
"moment": "^2.10.6",
"octokat": "0.6.2",
"underscore": "^1.8.3",
"promise": "6.1.0"
},
"main": "index.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "cross-env NODE_ENV=test test",
"lint": "eslint ."
},
"homepage": "https://github.com/jsoklevski/hubot-github-reminder",
"devDependencies": {
"chai": "^1.10.0",
"eslint": "^0.11.0",
"mocha": "^2.1.0"
}
}