-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 893 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
{
"name": "md-book",
"title": "MarkDown to Book Readme",
"author": "Anthony McCormick",
"repository": {
"type": "git",
"url": "https://github.com/mccormicka/md-book.git"
},
"license": "",
"language": "en_US",
"version": "0.0.4",
"description": "Pandoc and Kindlegen wrappers for Markdown. Supports all pandoc options to customize your books",
"scripts": {
"test": "test"
},
"main": "tasks/mdbook",
"files": [
"tasks/mdbook.js",
"tasks/mdbook-util.js"
],
"keywords": [
"markdown",
"mobi",
"pdf",
"rtf",
"ebook",
"html",
"pandoc",
"kindlegen"
],
"dependencies": {
"grunt": "~0.4.2",
"glob": "~3.2.7",
"grunt-replace": "~0.5.1"
},
"devDependencies": {
"grunt-shell": "~0.6.1"
}
}