world/book/node_modules/kramed/package.json
2025-05-12 05:38:44 +09:00

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" }
}