forked from 18F/hubot-slack-github-issues
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 792 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "hubot-slack-github-issues",
"version": "1.1.0",
"description": "Hubot script that uses Slack `reaction_added` events to file GitHub issues",
"main": "index.js",
"engines": {
"node": ">=4.2"
},
"dependencies": {
"slack-github-issues": "^1.0.0"
},
"peerDependencies": {
"hubot": "^2.19.0",
"hubot-slack": "^4.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbland/hubot-slack-github-issues.git"
},
"keywords": [
"hubot",
"slack",
"github"
],
"author": "Mike Bland <[email protected]> (https://mike-bland.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbland/hubot-slack-github-issues/issues"
},
"homepage": "https://github.com/mbland/hubot-slack-github-issues#readme"
}