{
  "name": "mkcli-runtime",
  "version": "1.0.2",
  "description": "Runtime plugins for command line interfaces",
  "author": "muji",
  "license": "MIT",
  "homepage": "https://github.com/mkdoc/mkcli-runtime",
  "repository": {
    "type": "git",
    "url": "https://github.com/mkdoc/mkcli-runtime"
  },
  "bugs": {
    "url": "https://github.com/mkdoc/mkcli-runtime/issues"
  },
  "keywords": [
    "markdown",
    "commonmark",
    "ast",
    "stream",
    "mkcli",
    "cli",
    "docs",
    "man",
    "help"
  ],
  "dependencies": {
    "cli-argparse": "~1.1.2"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "coveralls": "~2.11.8",
    "istanbul": "~0.4.2",
    "mocha": "~2.4.5"
  },
  "scripts": {
    "lint": "jshint . && jscs .",
    "clean": "rm -rf coverage",
    "pretest": "rm -rf target && mkdir target",
    "test": "NODE_ENV=test mocha ${SPEC:-test/spec}",
    "precover": "npm run pretest",
    "cover": "NODE_ENV=test istanbul cover _mocha -- ${SPEC:-test/spec}",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  }
}
