mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
482 B
16 lines
482 B
13 years ago
|
{
|
||
|
"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" ]
|
||
|
}
|