mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
362 B
16 lines
362 B
13 years ago
|
{
|
||
|
"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.1.9"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"optionalDependencies": {},
|
||
|
"bin": "./generate.js"
|
||
|
}
|