package.json 719 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "multicast-dns-service-types",
  3. "version": "1.1.0",
  4. "description": "Parse and stringify mdns service types",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "standard": "^3.5.0",
  9. "tape": "^4.0.0"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/mafintosh/multicast-dns-service-types.git"
  14. },
  15. "scripts": {
  16. "test": "standard && tape test.js"
  17. },
  18. "author": "Mathias Buus (@mafintosh)",
  19. "license": "MIT",
  20. "keywords": [
  21. "mdns",
  22. "bonjour",
  23. "zero",
  24. "conf"
  25. ],
  26. "bugs": {
  27. "url": "https://github.com/mafintosh/multicast-dns-service-types/issues"
  28. },
  29. "homepage": "https://github.com/mafintosh/multicast-dns-service-types"
  30. }