package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "diagnostics",
  3. "version": "1.1.1",
  4. "description": "Tools for debugging your node.js modules and event loop",
  5. "main": "index.js",
  6. "browser": "./browser.js",
  7. "scripts": {
  8. "test": "mocha --reporter spec --ui bdd test.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/bigpipe/diagnostics.git"
  13. },
  14. "keywords": [
  15. "debug",
  16. "debugger",
  17. "debugging",
  18. "diagnostic",
  19. "diagnostics",
  20. "event",
  21. "loop",
  22. "metrics",
  23. "stats"
  24. ],
  25. "author": "Arnout Kazemier",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/bigpipe/diagnostics/issues"
  29. },
  30. "homepage": "https://github.com/bigpipe/diagnostics",
  31. "devDependencies": {
  32. "assume": "2.1.x",
  33. "mocha": "5.2.x",
  34. "pre-commit": "1.2.x"
  35. },
  36. "dependencies": {
  37. "colorspace": "1.1.x",
  38. "enabled": "1.0.x",
  39. "kuler": "1.0.x"
  40. },
  41. "contributors": [
  42. "Martijn Swaagman (https://github.com/swaagie)",
  43. "Jarrett Cruger (https://github.com/jcrugzz)",
  44. "Sevastos (https://github.com/sevastos)"
  45. ]
  46. }