roperzh/jroff

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "jroff",
  "version": "0.0.1",
  "description": "A man page parser for the web",
  "main": "dist/jroff.min.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/roperzh/jroff.git"
  },
  "keywords": [
    "man",
    "mdoc",
    "mandoc",
    "manpage",
    "groff",
    "roff"
  ],
  "author": "Roberto Dip <roperzh>",
  "license": "MIT",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "eslint": "^1.10.3",
    "glob": "6.0.1",
    "istanbul": "0.4.0",
    "js-beautify": "1.5.10",
    "jsdoc": "3.4.0",
    "minami": "1.1.1",
    "mocha": "2.3.3",
    "pretty": "1.0.0"
  }
}