Ingen beskrivning

package.json 1011B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "grunt-contrib-jshint",
  3. "description": "Validate files with JSHint.",
  4. "version": "0.10.0",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
  6. "author": {
  7. "name": "Grunt Team",
  8. "url": "http://gruntjs.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt-contrib-jshint.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-jshint/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "grunt test"
  28. },
  29. "dependencies": {
  30. "jshint": "~2.5.0",
  31. "hooker": "~0.2.3"
  32. },
  33. "devDependencies": {
  34. "grunt-contrib-nodeunit": "~0.3.1",
  35. "grunt-contrib-internal": "~0.4.8",
  36. "grunt": "~0.4.0"
  37. },
  38. "peerDependencies": {
  39. "grunt": "~0.4.0"
  40. },
  41. "keywords": [
  42. "gruntplugin"
  43. ],
  44. "files": [
  45. "tasks",
  46. "LICENSE-MIT"
  47. ]
  48. }