{
  "_args": [
    [
      {
        "raw": "minami",
        "scope": null,
        "escapedName": "minami",
        "name": "minami",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "D:\\Projetos\\twitch\\twitch-toolkit"
    ]
  ],
  "_from": "minami@latest",
  "_id": "minami@1.2.3",
  "_inCache": true,
  "_location": "/minami",
  "_nodeVersion": "6.10.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/minami-1.2.3.tgz_1492544707373_0.5770055893808603"
  },
  "_npmUser": {
    "name": "nijikokun",
    "email": "nijikokun@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "minami",
    "scope": null,
    "escapedName": "minami",
    "name": "minami",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/minami/-/minami-1.2.3.tgz",
  "_shasum": "99b6dcdfb2f0a54da1c9c8f7aa3a327787aaf9f8",
  "_shrinkwrap": null,
  "_spec": "minami",
  "_where": "D:\\Projetos\\twitch\\twitch-toolkit",
  "author": {
    "name": "Nijiko Yonskai",
    "email": "nijikokun@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Nijikokun/minami/issues"
  },
  "dependencies": {},
  "description": "Clean and minimal JSDoc 3 Template / Theme",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "99b6dcdfb2f0a54da1c9c8f7aa3a327787aaf9f8",
    "tarball": "https://registry.npmjs.org/minami/-/minami-1.2.3.tgz"
  },
  "gitHead": "b654ddbe2ad716d33c58bcc4d4376a315d9011b4",
  "homepage": "https://github.com/Nijikokun/minami",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "main": "publish.js",
  "maintainers": [
    {
      "name": "nijikokun",
      "email": "nijikokun@gmail.com"
    }
  ],
  "name": "minami",
  "optionalDependencies": {},
  "readme": "# Minami\n\nA clean, responsive documentation template theme for JSDoc 3.\n\n![Minami Screenshot](http://i.imgur.com/rPCIFqT.png)\n\n\n## Uses\n\n- [the Taffy Database library](http://taffydb.com/)\n- [Underscore Template library](http://underscorejs.org/#template)\n- [Montserrat](https://fonts.google.com/specimen/Montserrat) & Helvetica Neue\n\n\n## Install\n\n```bash\n$ npm install --save-dev minami\n```\n\n\n## Usage\n\nClone repository to your designated `jsdoc` template directory, then:\n\n```bash\n$ jsdoc entry-file.js -t path/to/minami\n```\n\n\n### Node.js Dependency\n\nIn your projects `package.json` file add a generate script:\n\n```json\n\"script\": {\n  \"generate-docs\": \"node_modules/.bin/jsdoc --configure .jsdoc.json --verbose\"\n}\n```\n\nIn your `.jsdoc.json` file, add a template option.\n\n```json\n\"opts\": {\n  \"template\": \"node_modules/minami\"\n}\n```\n\n\n### Example JSDoc Config\n\n```json\n{\n    \"tags\": {\n        \"allowUnknownTags\": true,\n        \"dictionaries\": [\"jsdoc\"]\n    },\n    \"source\": {\n        \"include\": [\"lib\", \"package.json\", \"README.md\"],\n        \"includePattern\": \".js$\",\n        \"excludePattern\": \"(node_modules/|docs)\"\n    },\n    \"plugins\": [\n        \"plugins/markdown\"\n    ],\n    \"templates\": {\n        \"cleverLinks\": false,\n        \"monospaceLinks\": true,\n        \"useLongnameInNav\": false,\n        \"showInheritedInNav\": true\n    },\n    \"opts\": {\n        \"destination\": \"./docs/\",\n        \"encoding\": \"utf8\",\n        \"private\": true,\n        \"recurse\": true,\n        \"template\": \"./node_modules/minami\"\n    }\n}\n```\n\nSpecifying a number for useLongnameInNav it will be the max number of path elements to show in nav (starting from Class).\n\n\n## License\n\nLicensed under the Apache2 license.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nijikokun/minami.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.2.3"
}
