15 lines
482 B
JSON
15 lines
482 B
JSON
{
|
|
"name": "marked",
|
|
"description": "A markdown parser built for speed",
|
|
"author": "Christopher Jeffrey",
|
|
"version": "0.1.9",
|
|
"main": "./lib/marked.js",
|
|
"bin": "./bin/marked",
|
|
"man": "./man/marked.1",
|
|
"preferGlobal": false,
|
|
"repository": "git://github.com/chjj/marked.git",
|
|
"homepage": "https://github.com/chjj/marked",
|
|
"bugs": "http://github.com/chjj/marked/issues",
|
|
"keywords": [ "markdown", "markup", "html" ],
|
|
"tags": [ "markdown", "markup", "html" ]
|
|
}
|