db77302883
This change is needed because in 1.8.3 we are going to introduce Markdown tables in the documentation (#3873 and #3921), and the old marked version did not support generating them. Instead of committing the marked source code here, we live install from npm if needed via the Makefile. n.b.: at the time of this change, marked latest version is 1.0.0, released a few days ago. I am updating to the version immediately before that (0.8.2), because in 1.0.0 the hyperlinks in the Table of Contents do not work (probably a bug in that version).
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "node-doc-generator",
|
|
"description": "Internal tool for generating Node.js API docs",
|
|
"version": "0.0.0",
|
|
"engines": {
|
|
"node": ">=0.6.10"
|
|
},
|
|
"dependencies": {
|
|
"marked": "0.8.2"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"bin": "./generate.js"
|
|
}
|