UNPKG

react-native-zeroconf

Version:
63 lines (62 loc) 1.31 kB
{ "name": "react-native-zeroconf", "version": "0.13.8", "description": "A Zeroconf discovery utility for react-native", "main": "dist", "scripts": { "lint": "eslint src/*.js", "build": "rm -rf dist && mkdir dist && babel src -o dist/index.js" }, "repository": { "type": "git", "url": "git://github.com/Apercu/react-native-zeroconf.git" }, "files": [ "dist", "android", "ios", "react-native-zeroconf.podspec" ], "keywords": [ "react-component", "react-native", "zeroconf", "bonjour", "avahi", "network", "lan", "ios", "android", "network-discovery", "discovery" ], "author": "Balthazar Gronon <bgronon@gmail.com>", "homepage": "https://github.com/balthazar/react-native-zeroconf", "license": "MIT", "dependencies": { "events": "^3.0.0" }, "peerDependencies": { "react-native": ">=0.60" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^10.0.3", "babel-preset-react-native": "^4.0.1", "eslint": "^6.7.2", "eslint-config-prettier": "^6.7.0", "eslint-config-zavatta": "^6.0.3", "prettier": "^1.19.1" }, "eslintConfig": { "extends": [ "zavatta", "prettier" ] }, "babel": { "presets": [ "react-native" ] } }