marked/package.json

9 lines
243 B
JSON
Raw Normal View History

2011-07-24 08:15:35 -05:00
{
"name": "marked",
"description": "a fast markdown parser",
"author": "Christopher Jeffrey",
"version": "0.0.1",
"main": "./lib/marked.js",
"repository": "git://github.com/chjj/marked.git",
"keywords": [ "markdown", "markup" ]
}