{
  "name": "rlx",
  "version": "0.3.2",
  "description": "Command line interface for couchdb",
  "author": "muji <noop@xpm.io>",
  "preferGlobal": true,
  "homepage": "https://github.com/tmpfs/rlx",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tmpfs/rlx"
  },
  "bugs": {
    "url": "https://github.com/tmpfs/rlx/issues"
  },
  "directories": {
    "bin": "./bin",
    "man": "./doc/man"
  },
  "dependencies": {
    "archy": "~1.0.0",
    "async": "~1.5.2",
    "async-validate": "~0.13.0",
    "cdb": "~0.3.0",
    "circular": "~1.0.5",
    "cli-command": "~0.8.300",
    "cli-converter-util": "~1.0.1",
    "cli-error": "~0.5.7",
    "cli-fs": "~1.0.4",
    "cli-help": "~0.1.1",
    "cli-input": "~0.2.0",
    "cli-interface": "~1.0.19",
    "cli-logger": "~0.5.40",
    "cli-mid-color": "~1.0.10",
    "cli-mid-logger": "~1.0.10",
    "cli-mid-manual": "~1.0.16",
    "cli-native": "~1.0.0",
    "cli-property": "~0.0.9",
    "cli-rc": "~1.0.12",
    "cli-regexp": "~0.1.2",
    "cli-util": "~1.1.26",
    "couchdb-log-parse": "0.0.4",
    "jslint": "~0.9.6",
    "jsonlint": "~1.6.2",
    "minimatch": "~3.0.0",
    "mkdirp": "~0.5.1",
    "ncp": "~2.0.0",
    "recursive-readdir": "~1.3.0",
    "request": "~2.67.0",
    "ttycolor": "~0.9.0",
    "uuid": "~2.0.1",
    "which": "~1.2.2"
  },
  "devDependencies": {
    "chai": "~3.4.1",
    "coveralls": "~2.11.6",
    "istanbul": "~0.4.2",
    "mocha": "~2.3.4"
  },
  "scripts": {
    "docs": "npm run manual && npm run readme && npm run cheatsheet",
    "clean-man": "rm -fv ./doc/man/*.1",
    "manual": "npm run clean-man && manpage --output ./doc/man ./bin/rlx",
    "cheatsheet": "./sbin/cheatsheet > doc/cheatsheet.md && mdp -i doc/cheatsheet.json -o doc/cheatsheet.md -v --force",
    "readme": "mdp --force -v",
    "pretest": "rm -rf ./target && mkdir -p ./target/qt ./target/usr ./target/docs/pull && ./bin/rlx alias init 2> /dev/null || true",
    "test": "NODE_ENV=test mocha ${SPEC:-test/spec}",
    "cover": "npm run pretest && NODE_ENV=test istanbul cover _mocha -- ${SPEC:-test/spec}",
    "qt": "npm run pretest && ./test/bin/qt",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "mdp": {
    "title": "rlx",
    "pedantic": true,
    "include": "doc/readme",
    "require": "lib",
    "links": "links.md",
    "toc": "Table of Contents",
    "base": "https://github.com/tmpfs/rlx",
    "partial": [
      {
        "inc": [
          "introduction.md",
          "install.md",
          "quick-start.md",
          "documentation.md"
        ]
      },
      {
        "title": "Usage",
        "bin": "rlx",
        "type": "code",
        "trim": true
      },
      {
        "inc": [
          "developer.md"
        ]
      }
    ]
  }
}
