-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"author": {
"name": "Carlos Augusto",
"email": "engaugusto@gmail.com",
"url": "https://github.com/engaugusto"
},
"bin": {
"converter": ".bin/cli.js",
"docsify-to-pdf": ".bin/cli.js"
},
"bugs": {
"url": "https://github.com/engaugusto/docsify-to-pdf/issues"
},
"bundleDependencies": false,
"dependencies": {
"colors": "^1.3.3",
"docsify-cli": "^4.3.0",
"find-free-port": "^2.0.0",
"is-url": "^1.2.4",
"lodash": "^4.17.11",
"markdown-link-extractor": "^1.2.0",
"puppeteer": "^1.12.2",
"rcfile": "^1.0.3",
"rimraf": "^2.6.3",
"yesno": "^0.2.0"
},
"deprecated": false,
"description": "Convert docsify projects into pdf.",
"devDependencies": {
"prettier": "^1.15.3"
},
"homepage": "https://github.com/engaugusto/docsify-to-pdf#readme",
"keywords": [
"docsify",
"pdf",
"converter",
"cli"
],
"license": "ISC",
"main": "index.js",
"name": "docsify-to-pdf",
"repository": {
"type": "git",
"url": "git+https://github.com/engaugusto/docsify-to-pdf.git"
},
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"version": "0.0.5"
}