package.json 926 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "jshint-stylish",
  3. "version": "1.0.2",
  4. "description": "Stylish reporter for JSHint",
  5. "license": "MIT",
  6. "repository": "sindresorhus/jshint-stylish",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js",
  20. "stylish.js"
  21. ],
  22. "keywords": [
  23. "jshint",
  24. "reporter",
  25. "formatter",
  26. "format",
  27. "lint",
  28. "validate",
  29. "stylish",
  30. "elegant",
  31. "pretty"
  32. ],
  33. "dependencies": {
  34. "chalk": "^1.0.0",
  35. "log-symbols": "^1.0.0",
  36. "string-length": "^1.0.0",
  37. "text-table": "^0.2.0"
  38. },
  39. "devDependencies": {
  40. "mocha": "*",
  41. "jshint": "^2"
  42. },
  43. "__npminstall_done": true,
  44. "_from": "jshint-stylish@1.0.2",
  45. "_resolved": "https://registry.npmmirror.com/jshint-stylish/-/jshint-stylish-1.0.2.tgz"
  46. }