forked from thody/github-issue-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"name": "github-issue-reports",
"version": "0.1.3",
"description": "Generate reports on Github issues.",
"homepage": "https://github.com/thody/github-issue-reports",
"repository": {
"type": "git",
"url": "git@github.com:thody/github-issue-reports.git"
},
"bugs": {
"url": "https://github.com/thody/github-issue-reports"
},
"main": "bin/github-issue-reports.js",
"preferGlobal": "true",
"bin": {
"github-issue-reports": "bin/github-issue-reports.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam Thody",
"license": "MIT",
"dependencies": {
"lodash": "^2.4.1",
"jade": "^1.8.2",
"dateformat": "^1.0.11",
"moment": "^2.8.4",
"commander": "^2.5.1",
"request-promise": "^0.3.2"
}
}