UNPKG

airharvest

Version:

A tool to scan your network for RAOP and AirPlay bonjour services and send their details to an open central repository

37 lines (36 loc) 839 B
{ "name": "airharvest", "version": "0.2.2", "description": "A tool to scan your network for RAOP and AirPlay bonjour services and send their details to an open central repository", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "airharvest": "./index.js" }, "repository": { "type": "git", "url": "git://github.com/watson/airharvest.git" }, "keywords": [ "raop", "airplay", "airtunes", "bonjour", "mdns", "scan", "network" ], "author": "Thomas Watson Steen <w@tson.dk>", "license": "MIT", "bugs": { "url": "https://github.com/watson/airharvest/issues" }, "homepage": "https://github.com/watson/airharvest", "dependencies": { "mdns": "^2.2.0", "roundround": "^0.2.0" }, "preferGlobal": true }