55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
![]() |
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|