{
  "name": "mdns",
  "version": "2.7.2",
  "description": "multicast DNS service discovery",
  "main": "./lib/mdns.js",
  "scripts": {
    "test": "node utils/testrun"
  },
  "keywords": [
    "zeroconf",
    "bonjour",
    "dns_sd",
    "mDNSResponder"
  ],
  "devDependencies": {
    "ejs": "*",
    "glob": "*",
    "less": "*",
    "minimatch": "*",
    "mkdirp": "*",
    "ncp": "*",
    "nopt": "*",
    "proxyquire": "^2.0.0",
    "slide": "*"
  },
  "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": "agnat@me.com",
    "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": "Cong Liu",
      "github": "ghostoy"
    },
    {
      "name": "Tian Zhang",
      "github": "KhaosT"
    }
  ],
  "dependencies": {
    "bindings": "~1.2.1",
    "nan": "^2.14.0"
  },
  "gypfile": true
}
