{
  "author": "Glenn Jones",
  "name": "microformat-node",
  "description": "A microformat parser for node.js",
  "version": "2.0.4",
  "license": "MIT",
  "keywords": [
    "parser",
    "microfomats",
    "hadr",
    "hcard",
    "hentry",
    "hevent",
    "hgeo",
    "hnews",
    "horg",
    "hproduct",
    "hrecipe",
    "hresume",
    "hreview-aggregate",
    "hreview"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/glennjones/microformat-node.git"
  },
  "main": "index",
  "dependencies": {
    "cheerio": "1.0.0-rc.12",
    "ent-replace": "^1.0.4",
    "microformat-shiv": "^2.0.0"
  },
  "devDependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/hapi": "^21.3.2",
    "@hapi/hoek": "^11.0.2",
    "@hapi/inert": "^7.1.0",
    "@hapi/joi": "^17.1.1",
    "@hapi/vision": "7.0.1",
    "blipp": "^4.0.2",
    "chai": "4.4.1",
    "dotenv": "^16.4.5",
    "download-github-repo": "0.1.4",
    "fs-extra": "11.2.0",
    "grunt": "1.6.1",
    "grunt-contrib-concat": "2.1.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-jshint": "3.2.0",
    "grunt-contrib-watch": "1.1.0",
    "handlebars": "4.7.7",
    "hapi-pino": "^12.1.0",
    "hapi-swagger": "^15.0.0",
    "hapijs-status-monitor": "^1.0.1",
    "joi": "^17.9.2",
    "mocha": "10.4.x",
    "pino": "^8.14.1",
    "pino-pretty": "^10.2.0"
  },
  "scripts": {
    "start": "node app",
    "build": "node -e \"require('grunt').tasks(['default']);\"",
    "test": "mocha './test/*-test.js'"
  }
}
