forked from christiangenco/markdowntomla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "markdowntomla",
"description": "A .md -> MLA-formatted .pdf converter",
"keywords": [
"pdf",
"markdown",
"MLA",
"md",
"document"
],
"version": "0.0.1",
"homepage": "",
"author": {
"name": "Christian Genco",
"email": "christian@gen.co",
"url": "http://christian.gen.co"
},
"repository": {
"type": "git",
"url": "https://github.com/christiangenco/markdowntomla.git"
},
"bugs": "http://github.com/christiangenco/markdowntomla/issues",
"devDependencies": {
"coffee-script": ">=1.0.1",
"codemirror": "~3.20.0",
"markdown": "~0.5.0",
"jade": "~1.1.5",
"coffeeify": "^0.6.0",
"browserify": "^3.39.0",
"brfs": "~1.0.1",
"exorcist": "^0.1.5",
"brace": "^0.2.1",
"blob-stream": "^0.1.2"
},
"dependencies": {
"pdfkit": "~0.7.1",
"underscore": "*",
"png-js": ">=0.1.0",
"linebreak": "~0.1.0"
},
"scripts": {
"prepublish": "make js",
"postpublish": "make clean"
},
"main": "js/document",
"browserify": {
"transform": [
"brfs"
]
},
"engine": [
"node >= v0.10.0"
]
}