package.json 894 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "multicast-dns",
  3. "version": "7.2.4",
  4. "description": "Low level multicast-dns implementation in pure javascript",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && tape test.js"
  8. },
  9. "bin": "cli.js",
  10. "dependencies": {
  11. "dns-packet": "^5.2.2",
  12. "thunky": "^1.0.2"
  13. },
  14. "devDependencies": {
  15. "standard": "^11.0.1",
  16. "tape": "^4.8.0"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/mafintosh/multicast-dns.git"
  21. },
  22. "author": "Mathias Buus (@mafintosh)",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/mafintosh/multicast-dns/issues"
  26. },
  27. "homepage": "https://github.com/mafintosh/multicast-dns",
  28. "keywords": [
  29. "multicast",
  30. "dns",
  31. "mdns",
  32. "multicastdns",
  33. "dns-sd",
  34. "service",
  35. "discovery",
  36. "bonjour",
  37. "avahi"
  38. ],
  39. "coordinates": [
  40. 55.6465878,
  41. 12.5492251
  42. ]
  43. }