package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "load-grunt-tasks",
  3. "version": "3.5.2",
  4. "description": "Load multiple grunt tasks using globbing patterns",
  5. "keywords": [
  6. "dependencies",
  7. "glob",
  8. "grunt",
  9. "load",
  10. "match",
  11. "matchdep",
  12. "pattern",
  13. "require",
  14. "tasks"
  15. ],
  16. "license": "MIT",
  17. "author": {
  18. "name": "Sindre Sorhus",
  19. "email": "sindresorhus@gmail.com",
  20. "url": "sindresorhus.com"
  21. },
  22. "files": [
  23. "index.js"
  24. ],
  25. "repository": "sindresorhus/load-grunt-tasks",
  26. "scripts": {
  27. "test": "xo && grunt"
  28. },
  29. "engines": {
  30. "node": ">=0.10.0"
  31. },
  32. "dependencies": {
  33. "arrify": "^1.0.0",
  34. "multimatch": "^2.0.0",
  35. "pkg-up": "^1.0.0",
  36. "resolve-pkg": "^0.1.0"
  37. },
  38. "devDependencies": {
  39. "grunt": "^1.0.1",
  40. "grunt-cli": "^1.2.0",
  41. "grunt-svgmin": "^3.1.0",
  42. "xo": "*"
  43. },
  44. "peerDependencies": {
  45. "grunt": ">=0.4.0"
  46. },
  47. "__npminstall_done": true,
  48. "_from": "load-grunt-tasks@3.5.2",
  49. "_resolved": "https://registry.npmmirror.com/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz"
  50. }