package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "grunt-legacy-util",
  3. "description": "Some old grunt utils provided for backwards compatibility.",
  4. "version": "2.0.1",
  5. "author": "Grunt Development Team (https://gruntjs.com/development-team)",
  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. "license": "MIT",
  15. "main": "index.js",
  16. "scripts": {
  17. "test": "grunt test"
  18. },
  19. "engines": {
  20. "node": ">=10"
  21. },
  22. "keywords": [
  23. "grunt",
  24. "legacy"
  25. ],
  26. "dependencies": {
  27. "async": "~3.2.0",
  28. "exit": "~0.1.2",
  29. "getobject": "~1.0.0",
  30. "hooker": "~0.2.3",
  31. "lodash": "~4.17.21",
  32. "underscore.string": "~3.3.5",
  33. "which": "~2.0.2"
  34. },
  35. "devDependencies": {
  36. "grunt": "^1.3.0",
  37. "grunt-cli": "^1.3.2",
  38. "grunt-contrib-jshint": "^3.0.0",
  39. "grunt-contrib-nodeunit": "^3.0.0",
  40. "grunt-contrib-watch": "^1.1.0",
  41. "temporary": "1.1.0"
  42. }
  43. }