11 lines
294 B
JSON
11 lines
294 B
JSON
{
|
|
"name": "marked",
|
|
"description": "A markdown parser built for speed",
|
|
"author": "Christopher Jeffrey",
|
|
"version": "0.1.3",
|
|
"main": "./lib/marked.js",
|
|
"bin": { "marked": "./bin/marked" },
|
|
"repository": "git://github.com/chjj/marked.git",
|
|
"keywords": [ "markdown", "markup" ]
|
|
}
|