mirror of https://gitee.com/bigwinds/arangodb
48 lines
2.0 KiB
JSON
48 lines
2.0 KiB
JSON
{
|
|
"name": "docco",
|
|
"description": "The Quick and Dirty Literate Programming Documentation Generator",
|
|
"keywords": [
|
|
"documentation",
|
|
"docs",
|
|
"generator",
|
|
"literate",
|
|
"coffeescript"
|
|
],
|
|
"author": {
|
|
"name": "Jeremy Ashkenas"
|
|
},
|
|
"version": "0.6.3",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jashkenas/docco.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": ">= 0.5.2",
|
|
"marked": ">= 0.2.7",
|
|
"fs-extra": ">= 0.6.0",
|
|
"underscore": ">= 1.0.0",
|
|
"highlight.js": ">= 8.0.x"
|
|
},
|
|
"main": "./docco",
|
|
"bin": {
|
|
"docco": "./bin/docco"
|
|
},
|
|
"readme": " ____\n/\\ _`\\\n\\ \\ \\/\\ \\ ___ ___ ___ ___\n \\ \\ \\ \\ \\ / __`\\ /'___\\ /'___\\ / __`\\\n \\ \\ \\_\\ \\ /\\ \\ \\ \\ /\\ \\__/ /\\ \\__/ /\\ \\ \\ \\\n \\ \\____/ \\ \\____/ \\ \\____\\ \\ \\____\\ \\ \\____/\n \\/___/ \\/___/ \\/____/ \\/____/ \\/___/\n\n\nDocco is a quick-and-dirty, hundred-line-long, literate-programming-style\ndocumentation generator. For more information, see:\n\nhttp://jashkenas.github.com/docco/\n\nInstallation:\n\n sudo npm install -g docco\n\nUsage: docco [options] FILES\n\n Options:\n\n -h, --help output usage information\n -V, --version output the version number\n -l, --layout [layout] choose a built-in layouts (parallel, linear)\n -c, --css [file] use a custom css file\n -o, --output [path] use a custom output path\n -t, --template [file] use a custom .jst template\n -e, --extension [ext] use the given file extension for all inputs\n -L, --languages [file] use a custom languages.json\n",
|
|
"readmeFilename": "README",
|
|
"bugs": {
|
|
"url": "https://github.com/jashkenas/docco/issues"
|
|
},
|
|
"homepage": "https://github.com/jashkenas/docco",
|
|
"_id": "docco@0.6.3",
|
|
"_from": "docco@"
|
|
}
|