Açıklama Yok

package.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "grunt-legacy-util",
  3. "description": "Some old grunt utils provided for backwards compatibility.",
  4. "version": "0.2.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-util.git"
  10. },
  11. "bugs": {
  12. "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://github.com/gruntjs/grunt-legacy-util/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. "hooker": "~0.2.3",
  33. "async": "~0.1.22",
  34. "lodash": "~0.9.2",
  35. "exit": "~0.1.1",
  36. "underscore.string": "~2.2.1",
  37. "getobject": "~0.1.0",
  38. "which": "~1.0.5"
  39. },
  40. "devDependencies": {
  41. "grunt-contrib-jshint": "~0.10.0",
  42. "grunt-contrib-nodeunit": "~0.2.0",
  43. "grunt": "~0.4.2",
  44. "temporary": "0.0.8",
  45. "grunt-contrib-watch": "~0.6.1"
  46. }
  47. }