jsdocs
Version:
33 lines (32 loc) • 614 B
JSON
{
"name": "jsdocs",
"version": "1.0.0",
"description": "jsdocs",
"bin": {
"docs": "./bin/jsdocs",
"jsdocs": "./bin/jsdocs"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/jsdocs.git"
},
"dependencies": {
"minitpl": "0.0.3",
"xutil": "0.0.9",
"mkdirp": "0.5.0",
"marked": "*",
"commander": "*",
"colorx": "*"
},
"keywords": ["jsdocs"],
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/xudafeng/jsdocs",
"license": "MIT"
}