package.json 850 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "hdr-histogram-percentiles-obj",
  3. "version": "3.0.0",
  4. "description": "A little lib for turning hdr-histogram-js to objects",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && tap ./test/*.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/GlenTiki/hdr-histogram-percentiles-obj.git"
  12. },
  13. "keywords": [
  14. "hdr-histogram",
  15. "hdr-histogram-js",
  16. "percentiles"
  17. ],
  18. "author": "Glen Keane <glenkeane.94@gmail.com>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj/issues"
  22. },
  23. "pre-commit": [
  24. "test"
  25. ],
  26. "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme",
  27. "devDependencies": {
  28. "pre-commit": "^1.1.3",
  29. "standard": "^14.0.0",
  30. "tap": "^14.0.0",
  31. "hdr-histogram-js": "^2.0.0"
  32. }
  33. }