-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 905 Bytes
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
32
33
34
35
36
37
38
{
"name": "hubot-github-pull-requests",
"version": "1.3.1",
"author": "David Posey (https://github.com/helious)",
"contributors": [
"Dave Dash (https://github.com/davedash)"
],
"keywords": [
"github",
"pr",
"prs",
"pull-request",
"pull-requests",
"pull request",
"pull requests",
"hubot",
"hubot-scripts",
"github-pull-requests"
],
"description": "A script for Hubot to show open pull requests on GitHub for repos you own/have access to and care about.",
"main": "index.coffee",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/helious/hubot-github-pull-requests"
},
"bugs": {
"url": "https://github.com/helious/hubot-github-pull-requests/issues"
},
"dependencies": {
"async": "~1.4.2",
"bluebird": "~2.10.0",
"octonode": "~0.6.0"
},
"engines": {
"node": "> 0.4.11"
}
}