{
  "name": "grunt-legacy-log",
  "description": "The Grunt 0.4.x logger.",
  "version": "3.0.1",
  "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
  "homepage": "http://gruntjs.com/",
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-legacy-log.git"
  },
  "bugs": {
    "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "eslint . && qunit"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "grunt",
    "legacy"
  ],
  "dependencies": {
    "colors": "~1.1.2",
    "grunt-legacy-log-utils": "^2.1.3",
    "hooker": "~0.2.3",
    "lodash": "^4.18.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"
  }
}
