Nav apraksta

package.json 889B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "grunt-legacy-log",
  3. "description": "The Grunt 0.4.x logger.",
  4. "version": "0.1.3",
  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.git"
  10. },
  11. "bugs": {
  12. "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
  13. },
  14. "license": "MIT",
  15. "main": "index.js",
  16. "scripts": {
  17. "test": "grunt test"
  18. },
  19. "engines": {
  20. "node": ">= 0.8.0"
  21. },
  22. "keywords": [
  23. "grunt",
  24. "legacy"
  25. ],
  26. "dependencies": {
  27. "colors": "~0.6.2",
  28. "grunt-legacy-log-utils": "~0.1.1",
  29. "hooker": "~0.2.3",
  30. "lodash": "~2.4.1",
  31. "underscore.string": "~2.3.3"
  32. },
  33. "devDependencies": {
  34. "grunt": "0.4.4",
  35. "grunt-contrib-jshint": "~0.10.0",
  36. "grunt-contrib-nodeunit": "~0.3.3",
  37. "grunt-contrib-watch": "~0.6.1"
  38. }
  39. }