{
    "name": "electron-dns-sd",
    "version": "0.4.5",
    "description": "The electron-dns-sd is a Node.js module which is a pure javascript implementation of mDNS/DNS-SD (Apple Bonjour) browser and packet parser. It allows you to discover IPv4 addresses in the local network specifying a service name such as `_http._tcp.local`. Besides, it allows you to monitor mDNS/DNS-SD packets.",
    "main": "./lib/dns-sd.js",
    "files": [
        "lib"
    ],
    "directories": {
        "lib": "./lib"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "DNS-SD",
        "mDNS",
        "DNS-Based Service Discovery",
        "Multicast DNS",
        "Bonjour"
    ],
    "homepage": "https://github.com/lumiastream/electron-dns-sd",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/lumiastream/electron-dns-sd.git"
    },
    "readmeFilename": "README.md",
    "dependencies": {
        "node-dns-sd": "^0.4.2"
    }
}
