yoctore/yocto-doc

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-doc",
  "description": "Generate documention for javascript source from JsDoc",
  "version": "2.3.7",
  "author": {
    "name": "ROBERT Mathieu",
    "email": "mathieu@yocto.re",
    "url": "http://www.yocto.re"
  },
  "contributors": [],
  "maintainers": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-doc.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-doc/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.12.0"
  },
  "scripts": {},
  "files": [
    "tasks"
  ],
  "keywords": [
    "grunt",
    "api-doc",
    "jsdoc",
    "documentation",
    "yocto",
    "plugins",
    "quality"
  ],
  "dependencies": {
    "chalk": "^2.4.1",
    "comment-regex": "^1.0.1",
    "glob": "^7.1.3",
    "grunt-apidoc": "^0.11.0",
    "grunt-jsdoc": "^2.3.0",
    "hooker": "^0.2.3",
    "jsdoc-template": "github:braintree/jsdoc-template",
    "lodash": "^4.17.11",
    "pretty-checkbox": "^3.0.3"
  },
  "devDependencies": {
    "grunt": "^1.0.3",
    "yocto-hint": "^2.1.3"
  }
}