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",
|
2013-12-24 08:08:54 -06:00
|
|
|
"version": "0.3.0",
|
2011-07-24 08:15:35 -05:00
|
|
|
"main": "./lib/marked.js",
|
2012-01-27 15:53:57 -06:00
|
|
|
"bin": "./bin/marked",
|
|
|
|
"man": "./man/marked.1",
|
2013-12-03 23:15:17 -06:00
|
|
|
"preferGlobal": true,
|
2011-07-24 08:15:35 -05:00
|
|
|
"repository": "git://github.com/chjj/marked.git",
|
2012-01-27 15:53:57 -06:00
|
|
|
"homepage": "https://github.com/chjj/marked",
|
2012-02-06 19:14:29 -06:00
|
|
|
"bugs": { "url": "http://github.com/chjj/marked/issues" },
|
2013-01-03 07:45:40 -06:00
|
|
|
"keywords": ["markdown", "markup", "html"],
|
|
|
|
"tags": ["markdown", "markup", "html"],
|
2013-03-01 17:25:28 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"markdown": "*",
|
|
|
|
"showdown": "*",
|
|
|
|
"robotskirt": "*"
|
|
|
|
},
|
2012-08-17 10:26:38 -07:00
|
|
|
"scripts": { "test": "node test", "bench": "node test --bench" }
|
2011-08-10 21:50:25 -05:00
|
|
|
}
|