package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "grunt-legacy-log",
  3. "description": "The Grunt 0.4.x logger.",
  4. "version": "0.1.2",
  5. "author": {
  6. "name": "\"Cowboy\" Ben Alman",
  7. "url": "http://benalman.com/"
  8. },
  9. "homepage": "http://gruntjs.com/",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt-legacy-log.git"
  13. },
  14. "bugs": {
  15. "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://github.com/gruntjs/grunt-legacy-log/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "index.js",
  24. "scripts": {
  25. "test": "grunt test"
  26. },
  27. "engines": {
  28. "node": ">= 0.8.0"
  29. },
  30. "keywords": [
  31. "grunt",
  32. "legacy"
  33. ],
  34. "dependencies": {
  35. "colors": "~0.6.2",
  36. "grunt-legacy-log-utils": "^0.1.1",
  37. "hooker": "~0.2.3",
  38. "lodash": "~2.4.1",
  39. "underscore.string": "~2.3.3"
  40. },
  41. "devDependencies": {
  42. "grunt": "0.4.4",
  43. "grunt-contrib-jshint": "~0.10.0",
  44. "grunt-contrib-nodeunit": "~0.3.3",
  45. "grunt-contrib-watch": "~0.6.1"
  46. },
  47. "gitHead": "60b2e337d740162e667e5988b6512b5d2106b3e5",
  48. "_id": "grunt-legacy-log@0.1.2",
  49. "_shasum": "15ee03b61e262e1b36f13762d967923cd1ce515e",
  50. "_from": "grunt-legacy-log@~0.1.0",
  51. "_npmVersion": "2.10.1",
  52. "_nodeVersion": "0.8.28",
  53. "_npmUser": {
  54. "name": "cowboy",
  55. "email": "cowboy@rj3.net"
  56. },
  57. "dist": {
  58. "shasum": "15ee03b61e262e1b36f13762d967923cd1ce515e",
  59. "tarball": "http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.2.tgz"
  60. },
  61. "maintainers": [
  62. {
  63. "name": "cowboy",
  64. "email": "cowboy@rj3.net"
  65. },
  66. {
  67. "name": "tkellen",
  68. "email": "tyler@sleekcode.net"
  69. },
  70. {
  71. "name": "vladikoff",
  72. "email": "vlad@vladikoff.com"
  73. }
  74. ],
  75. "directories": {},
  76. "_resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.2.tgz",
  77. "readme": "ERROR: No README data found!"
  78. }