{
  "name": "romanize",
  "description": "Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc)",
  "version": "1.1.1",
  "homepage": "https://github.com/jonschlinkert/romanize",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "contributors": [
    "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    "Kyle Mitchell <kyle@kemitchell.com> (https://kemitchell.com)"
  ],
  "repository": "jonschlinkert/romanize",
  "bugs": {
    "url": "https://github.com/jonschlinkert/romanize/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.12",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "arabic",
    "number",
    "numbers",
    "numeral",
    "numerals",
    "roman",
    "romanize"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "deromanize",
        "repeat-string",
        "to-regex-range"
      ]
    },
    "lint": {
      "reflinks": true
    }
  },
  "dependencies": {
    "repeat-string": "^1.6.1"
  }
}
