{
  "name": "ronn",
  "version": "0.4.0-deprecation",
  "description": "markdown to roff and html converter",
  "keywords": [
    "markdown",
    "roff",
    "man",
    "documentation"
  ],
  "main": "lib/ronn",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.4"
  },
  "bin": {
    "ronn": "./bin/ronn.js"
  },
  "dependencies": {
    "opts": ">=1.2.0",
    "markdown": ">=0.4.0"
  },
  "contributors": [
    {
      "name": "Jérémy Lal",
      "email": "kapouer@melix.org"
    },
    {
      "name": "Ryan Tomayko",
      "email": "r@tomayko.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repositories": [
    {
      "type": "git",
      "url": "http://github.com/kapouer/ronnjs"
    }
  ],
  "_npmUser": {
    "name": "kapouer",
    "email": "kapouer@melix.org"
  },
  "_id": "ronn@0.4.0",
  "devDependencies": {},
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.4",
  "_nodeVersion": "v0.6.19",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "11ef9ec3f11a76085adc2d03554e3fed09edfb55",
    "tarball": "http://registry.npmjs.org/ronn/-/ronn-0.4.0.tgz"
  },
  "readme": "ronnjs(1) -- markdown to roff/html converter\n=======================================\n\n## Synopsis\n\nJavascript port of [ronn], using [markdown-js] to produce roff man pages.\nNot fully compatible with [ronn], although it aims to be, wherever possible.\n\n## Usage\n\nThis outputs doc.roff from a markdown file :\n\n\tronn.js --build --roff doc.md\n\nCommand-line options are listed with --help\n\nWhen file argument is omitted, ronn.js reads standard input.\n\n\n## How it works ?\n\n[markdown-js] parses markdown text to a document model, which in turn is\nused to ouput a man page.\n\n\n[ronn]: \t\thttp://github.com/rtomayko/ronn\n[markdown-js]:\thttp://github.com/evilstreak/markdown-js\n",
  "maintainers": [
    {
      "name": "kapouer",
      "email": "kapouer@melix.org"
    }
  ],
  "_shasum": "11ef9ec3f11a76085adc2d03554e3fed09edfb55",
  "_from": "ronn@",
  "_resolved": "https://registry.npmjs.org/ronn/-/ronn-0.4.0.tgz"
}
