package.json 884 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "grunt-legacy-log-utils",
  3. "description": "Static methods for the Grunt 0.4.x logger.",
  4. "version": "2.1.0",
  5. "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
  6. "homepage": "http://gruntjs.com/",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
  10. },
  11. "bugs": {
  12. "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
  13. },
  14. "license": "MIT",
  15. "main": "index.js",
  16. "files": [
  17. "index.js"
  18. ],
  19. "scripts": {
  20. "test": "grunt test"
  21. },
  22. "engines": {
  23. "node": ">=10"
  24. },
  25. "keywords": [
  26. "grunt",
  27. "legacy"
  28. ],
  29. "dependencies": {
  30. "chalk": "~4.1.0",
  31. "lodash": "~4.17.19"
  32. },
  33. "devDependencies": {
  34. "grunt": "~1.2.1",
  35. "grunt-cli": "~1.3.2",
  36. "grunt-contrib-jshint": "~2.1.0",
  37. "grunt-contrib-nodeunit": "~2.1.0",
  38. "grunt-contrib-watch": "~1.1.0"
  39. }
  40. }