{
  "name": "grunt-nyc-mocha",
  "version": "1.3.0",
  "description": "grunt task for running tests and coverage, based on nyc and mocha.",
  "author": "Dirk Brenckmann <db.developer@gmx.de>",
  "license": "MIT",
  "engineStrict": true,
  "engines": {
    "node": ">=20"
  },
  "main": "tasks/tasks.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/db-developer/grunt-nyc-mocha.git"
  },
  "keywords": [
    "grunt",
    "gruntplugin",
    "nyc",
    "mocha",
    "test",
    "coverage",
    "coveralls"
  ],
  "files": [
    "docs",
    "scripts",
    "tasks",
    "lib"
  ],
  "bugs": {
    "url": "https://github.com/db-developer/grunt-nyc-mocha/issues"
  },
  "homepage": "https://www.slashlib.org/?page_id=477",
  "dependencies": {
    "source-map-support": "^0.5.21"
  }
}