forked from jgnewman/jandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.03 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
{
"name" : "jandoc",
"version" : "0.0.2",
"author" : "John Newman <[email protected]>",
"description" : "Exposes the Pandoc API to Node.js and adds the ability to convert multiple files at once.",
"keywords" : [
"document",
"converter",
"generator",
"batch",
"pandoc",
"markup",
"markdown",
"md",
"rtf",
"doc",
"docx",
"html",
"haskell"
],
"main" : "jandoc.js",
"bin" : {
"jandoc" : "./bin/jandoc"
},
"dependencies" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/serjant/jandoc.git"
}
}