-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1.01 KB
/
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
32
33
34
35
36
37
38
{
"name": "github-issues-to-pdf",
"version": "1.4.0",
"description": "Given a username, GIP will crawl through their repositories grabbing all issues and outputting them to a local folder as PDFs.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandervalencia/github-issues-to-pdf.git"
},
"keywords": [
"github",
"issues",
"spider",
"crawler",
"tickets",
"problems",
"pdf",
"export",
"puppeteer"
],
"author": "Alex Valencia <[email protected]> (http://www.avocadodesigns.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandervalencia/github-issues-to-pdf/issues"
},
"homepage": "https://github.com/alexandervalencia/github-issues-to-pdf#readme",
"dependencies": {
"async": "^2.3.0",
"chalk": "^1.1.3",
"github": "^9.2.0",
"inquirer": "^3.0.6",
"puppeteer": "^1.9.0"
}
}