package.json 709 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "grunt-cli",
  3. "description": "The grunt command line interface",
  4. "version": "1.4.3",
  5. "author": "Grunt Development Team (http://gruntjs.com/development-team)",
  6. "repository": "gruntjs/grunt-cli",
  7. "license": "MIT",
  8. "engines": {
  9. "node": ">=10"
  10. },
  11. "scripts": {
  12. "test": "node bin/grunt test"
  13. },
  14. "bin": {
  15. "grunt": "bin/grunt"
  16. },
  17. "dependencies": {
  18. "grunt-known-options": "~2.0.0",
  19. "interpret": "~1.1.0",
  20. "liftup": "~3.0.1",
  21. "nopt": "~4.0.1",
  22. "v8flags": "~3.2.0"
  23. },
  24. "devDependencies": {
  25. "grunt": "~1.3.0",
  26. "grunt-contrib-jshint": "~3.0.0"
  27. },
  28. "files": [
  29. "bin",
  30. "completion",
  31. "lib"
  32. ],
  33. "appveyor_id": "prp6g944b05jsq6d"
  34. }