{ "name": "mdns2"
, "version": "2.1.4"
, "description": "multicast DNS service discovery"
, "main": "./lib/mdns.js"
, "scripts":
  { "test": "node utils/testrun"
  }
, "keywords": ["zeroconf", "bonjour", "dns_sd", "mDNSResponder"]
, "devDependencies":
  { "ejs":       "*"
  , "less":      "*"
  , "mkdirp":    "*"
  , "nopt":      "*"
  , "slide":     "*"
  , "glob":      "*"
  , "ncp":       "*"
  , "minimatch": "*"
  , "proxyquire": "~0.5"
  }
, "repository":
  { "type": "git"
  , "url":  "http://github.com/agnat/node_mdns.git"
  }
, "homepage": "http://agnat.github.com/node_mdns"
, "bugs": { "url": "http://github.com/agnat/node_mdns/issues" }
, "licenses": [
    { "type": "MIT"
    , "url": "http://github.com/agnat/node_mdns/raw/master/LICENSE"
    }
  ]
, "author":
  { "name":   "David Siegel"
  , "email":  "david@artcom.de"
  , "github": "agnat"
  }
, "contributors": [
    { "name":   "Orlando Vazquez"
    , "email":  "ovazquez@gmail.com"
    , "url":    "http://or.lan.do/"
    , "github": "orlandov"
    }
  , { "name":   "Ryan Dahl"
    , "email":  "ry at tiny clouds dot org"
    , "url":    "http://four.livejournal.com/"
    , "github": "ry"
    }
  , { "name":   "Dominic Tarr"
    , "url":    "http://twitter.com/dominictarr"
    , "github": "dominictarr"
    }
  , { "name":   "Emil Stenqvist"
    , "github": "emilisto"
    }
  , { "name":   "Toby Ealden"
    , "github": "TobyEalden"
    }
  ]
}

