marked/package.json

15 lines
414 B
JSON
Raw Normal View History

2011-07-24 08:15:35 -05:00
{
"name": "marked",
2011-08-24 11:38:27 -05:00
"description": "A markdown parser built for speed",
2011-07-24 08:15:35 -05:00
"author": "Christopher Jeffrey",
2012-01-21 09:34:17 -06:00
"version": "0.1.7",
2011-07-24 08:15:35 -05:00
"main": "./lib/marked.js",
2011-08-10 21:50:25 -05:00
"bin": { "marked": "./bin/marked" },
2011-07-24 08:15:35 -05:00
"repository": "git://github.com/chjj/marked.git",
2012-01-06 01:39:23 -06:00
"bugs" : {
"url": "http://github.com/chjj/marked/issues"
},
"keywords": [ "markdown", "markup", "html" ],
"tags": [ "markdown", "markup", "html" ]
2011-08-10 21:50:25 -05:00
}