23 lines
779 B
JSON
23 lines
779 B
JSON
{
|
|
"name": "kramed",
|
|
"description": "A markdown (kramdown compatible) parser and compiler. Built for speed.",
|
|
"author": "Aaron O'Mullan",
|
|
"version": "0.5.6",
|
|
"main": "./lib/kramed.js",
|
|
"bin": "./bin/kramed",
|
|
"man": "./man/kramed.1",
|
|
"preferGlobal": true,
|
|
"repository": "git://github.com/GitbookIO/kramed.git",
|
|
"homepage": "https://github.com/GitbookIO/kramed",
|
|
"bugs": { "url": "http://github.com/GitbookIO/kramed/issues" },
|
|
"license": "MIT",
|
|
"keywords": ["markdown", "markup", "html", "kramdown", "kramed", "parser"],
|
|
"tags": ["markdown", "markup", "html", "kramdown", "kramed", "parser"],
|
|
"devDependencies": {
|
|
"markdown": "*",
|
|
"showdown": "*",
|
|
"robotskirt": "*"
|
|
},
|
|
"scripts": { "test": "node test", "bench": "node test --bench" }
|
|
}
|