11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"name": "marked",
|
|
"description": "a fast markdown parser",
|
|
"author": "Christopher Jeffrey",
|
|
"version": "0.0.6",
|
|
"main": "./lib/marked.js",
|
|
"bin": { "marked": "./bin/marked" },
|
|
"repository": "git://github.com/chjj/marked.git",
|
|
"keywords": [ "markdown", "markup" ]
|
|
}
|