Check in tools/doc/node_modules

This commit is contained in:
Marcel Klehr 2012-08-11 13:18:17 +02:00
parent 453c68da19
commit 75c07ad569
10 changed files with 998 additions and 0 deletions

15
tools/doc/node_modules/marked/package.json generated vendored Normal file
View file

@ -0,0 +1,15 @@
{
"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" ]
}