-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "github-rsvp",
"version": "1.3.1",
"description": "Get all your open github issues and pull requests where you've been mentioned but haven't answered yet.",
"main": "unanswered-github-issues.js",
"author": "Lisa Övermyr",
"license": "MIT",
"bin": {
"github-rsvp": "bin/log-unanswered-issues.js"
},
"dependencies": {
"chalk": "^1.1.1",
"ghauth": "^3.0.0",
"github": "^11.0.0",
"meow": "^3.0.0",
"run-parallel": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/ellell/github-rsvp.git"
},
"bugs": {
"url": "https://github.com/ellell/github-rsvp/issues"
},
"homepage": "https://github.com/ellell/github-rsvp"
}