{ "name": "@xyezir/mdns"
, "version": "2.3.1"
, "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": "*"
  , "pangyp":    "^2.3.0"
  , "proxyquire": "^1.7.3"
  }
, "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"
    }
  , { "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"
    }
  , { "name":   "Cong Liu"
    , "github": "ghostoy"
    }
  , { "name":   "Tian Zhang"
    , "github": "KhaosT"
    }
  , { "name":   "Chris Ye"
    , "email": "xyezir@gmail.com"
    , "github": "xyezir"
    }
  ]
, "dependencies":
  { "bindings": "~1.2.1"
  , "nan": "~2.1.0"
  }
, "gypfile": true
}
