marked/package.json
2011-08-23 00:07:50 -05:00

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