package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "grunt-legacy-log-utils",
  3. "description": "Static methods for the Grunt 0.4.x logger.",
  4. "version": "0.1.1",
  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. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://github.com/gruntjs/grunt-legacy-log-utils/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "main": "index.js",
  21. "scripts": {
  22. "test": "grunt test"
  23. },
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "keywords": [
  28. "grunt",
  29. "legacy"
  30. ],
  31. "dependencies": {
  32. "lodash": "~2.4.1",
  33. "underscore.string": "~2.3.3",
  34. "colors": "~0.6.2"
  35. },
  36. "devDependencies": {
  37. "grunt": "0.4.4",
  38. "grunt-contrib-jshint": "~0.10.0",
  39. "grunt-contrib-nodeunit": "~0.3.3",
  40. "grunt-contrib-watch": "~0.6.1"
  41. },
  42. "__npminstall_done": true,
  43. "_from": "grunt-legacy-log-utils@0.1.1",
  44. "_resolved": "https://registry.npmmirror.com/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz"
  45. }