|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
894 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "multicast-dns",
|
|---|
| 3 | "version": "7.2.5",
|
|---|
| 4 | "description": "Low level multicast-dns implementation in pure javascript",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "standard && tape test.js"
|
|---|
| 8 | },
|
|---|
| 9 | "bin": "cli.js",
|
|---|
| 10 | "dependencies": {
|
|---|
| 11 | "dns-packet": "^5.2.2",
|
|---|
| 12 | "thunky": "^1.0.2"
|
|---|
| 13 | },
|
|---|
| 14 | "devDependencies": {
|
|---|
| 15 | "standard": "^11.0.1",
|
|---|
| 16 | "tape": "^4.8.0"
|
|---|
| 17 | },
|
|---|
| 18 | "repository": {
|
|---|
| 19 | "type": "git",
|
|---|
| 20 | "url": "https://github.com/mafintosh/multicast-dns.git"
|
|---|
| 21 | },
|
|---|
| 22 | "author": "Mathias Buus (@mafintosh)",
|
|---|
| 23 | "license": "MIT",
|
|---|
| 24 | "bugs": {
|
|---|
| 25 | "url": "https://github.com/mafintosh/multicast-dns/issues"
|
|---|
| 26 | },
|
|---|
| 27 | "homepage": "https://github.com/mafintosh/multicast-dns",
|
|---|
| 28 | "keywords": [
|
|---|
| 29 | "multicast",
|
|---|
| 30 | "dns",
|
|---|
| 31 | "mdns",
|
|---|
| 32 | "multicastdns",
|
|---|
| 33 | "dns-sd",
|
|---|
| 34 | "service",
|
|---|
| 35 | "discovery",
|
|---|
| 36 | "bonjour",
|
|---|
| 37 | "avahi"
|
|---|
| 38 | ],
|
|---|
| 39 | "coordinates": [
|
|---|
| 40 | 55.6465878,
|
|---|
| 41 | 12.5492251
|
|---|
| 42 | ]
|
|---|
| 43 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.