move docs

This commit is contained in:
John McLear 2014-12-24 02:45:21 +00:00
parent 1ab7dfdb7b
commit 80fa2c2868
17 changed files with 1 additions and 1 deletions

15
bin/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" ]
}