{
  "name": "lipsum",
  "version": "0.1.15",
  "description": "Canonical example for the command module",
  "author": "muji <noop@xpm.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/freeformsystems/cli-lipsum"
  },
  "bugs": {
    "url": "https://github.com/freeformsystems/cli-lipsum/issues",
    "email": "muji <noop@xpm.io>"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/freeformsystems/cli-lipsum/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "cli",
    "example",
    "program",
    "lipsum",
    "command"
  ],
  "dependencies": {
    "cli-command": "^0.8.279",
    "cli-help": "0.0.12",
    "cli-interface": "^1.0.16",
    "cli-logger": "^0.5.31",
    "cli-mid-color": "^1.0.7",
    "cli-mid-debug": "^1.0.3",
    "cli-mid-logger": "^1.0.3",
    "cli-mid-manual": "^1.0.6",
    "cli-native": "^1.0.0",
    "ttycolor": "^0.8.13"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4"
  },
  "directories": {
    "bin": "./bin",
    "man": "./doc/man"
  },
  "engine": [
    "node >= 0.10.21"
  ],
  "scripts": {
    "docs": "npm run manual && npm run readme",
    "manual": "manpage --output ./doc/man ./bin/lipsum",
    "help-screen": "export OUTPUT=help.png;export SCREEN_CMD=\"$(pwd)/${npm_package_bin_lipsum} --help\"; ./doc/bin/run.sh",
    "readme": "mdp --force -v",
    "help2man": "help2man=true help2man --no-info --output=./doc/lipsum-help2man.1 ./bin/lipsum && man ./doc/lipsum-help2man.1",
    "help2json": "./bin/lipsum -j > ./doc/lipsum.json && cat ./doc/lipsum.json",
    "test": "istanbul cover _mocha -- -u bdd --recursive --bail --reporter list -A test/unit/"
  },
  "mdp": {
    "title": {
      "ref": "name",
      "format": "%s(1)"
    },
    "pedantic": true,
    "include": "doc/readme",
    "require": "lib",
    "links": "links.md",
    "toc": "Table of Contents",
    "base": "https://github.com/freeformsystems/cli-lipsum",
    "partial": [
      {
        "inc": [
          "introduction.md",
          "install.md",
          "definition.md"
        ]
      },
      {
        "title": "Source",
        "text": "Code from [lipsum.js](/lib/lipsum.js):",
        "inc": "../../lib/lipsum.js",
        "type": "code",
        "language": "javascript"
      },
      {
        "title": "Usage",
        "text": "This is the help output which is the result of combining the markdown [definition](/lib/lipsum.md) with the [source code](#source).",
        "bin": "lipsum --help",
        "type": "code"
      },
      {
        "title": "Version",
        "text": "Notice that the copyright information configured in the [definition](/lib/lipsum.md) is used in the program version:",
        "bin": "lipsum --version",
        "type": "code"
      },
      {
        "inc": [
          "screenshot.md",
          "license.md",
          "footer.md"
        ]
      }
    ]
  }
}
