forked from jwerre/remarkable_pdfmake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 904 Bytes
/
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
39
40
41
42
{
"name": "remarkable_pdfmake",
"version": "0.0.1",
"description": "Convert markdown text to [PDFMake](https://github.com/bpampuch/pdfmake) arguments.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:jwerre/remarkable_pdfmake.git"
},
"bugs": {
"url": "https://github.com/jwerre/remarkable_pdfmake/issues"
},
"homepage": "https://github.com/jwerre/remarkable_pdfmake",
"author": "Jonah Werre <[email protected]>",
"license": "MIT",
"scripts": {
"test": "mocha test"
},
"keywords": [
"document",
"glossary",
"link",
"datauri",
"bold",
"strong",
"italic",
"italicized",
"image",
"markdown",
"md",
"plugin",
"remarkable",
"remarkableplugin",
"parcer",
"render"
],
"dependencies": {},
"devDependencies": {
"pdfmake": "^0.1.53",
"remarkable": "^1.7.1"
}
}