{
  "name": "grunt-legacy-log-utils",
  "description": "Static methods for the Grunt 0.4.x logger.",
  "version": "2.1.3",
  "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
  "homepage": "http://gruntjs.com/",
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
  },
  "bugs": {
    "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "eslint . && qunit"
  },
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "grunt",
    "legacy"
  ],
  "dependencies": {
    "chalk": "^4.1.0"
  },
  "overrides": {
    "eslint-plugin-pabigot": "^1.1.0"
  },
  "devDependencies": {
    "eslint-config-grunt": "^2.0.1",
    "eslint-plugin-pabigot": "^1.1.0",
    "eslint": "^7.32.0",
    "qunit": "^2.25.0"
  }
}
