{
  "name": "mocha-simple-html-reporter",
  "version": "2.0.0",
  "description": "HTML reporter for Mocha",
  "license": "MIT",
  "repository": "blond/mocha-simple-html-reporter",
  "author": "Andrew Abramov <mail@blond.im> (github.com/blond)",
  "keywords": [
    "mocha",
    "reporter",
    "report",
    "html"
  ],
  "main": "index.js",
  "files": [
    "lib/**",
    "index.js"
  ],
  "engines": {
    "node": ">= 10.12.0"
  },
  "dependencies": {
    "pretty-ms": "7.0.1"
  },
  "devDependencies": {
    "deasync": "^0.1.7",
    "eslint": "^4.9.0",
    "eslint-config-pedant": "^1.0.0",
    "mocha": "^8.3.0",
    "should": "^13.1.2",
    "unexpected": "^10.36.0"
  },
  "scripts": {
    "test": "eslint .",
    "example": "UNEXPECTED_FULL_TRACE=true mocha --reporter=$PWD --config examples/.mocharc.js"
  }
}
