Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "bonjour",
|
---|
| 3 | "version": "3.5.0",
|
---|
| 4 | "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "dependencies": {
|
---|
| 7 | "array-flatten": "^2.1.0",
|
---|
| 8 | "deep-equal": "^1.0.1",
|
---|
| 9 | "dns-equal": "^1.0.0",
|
---|
| 10 | "dns-txt": "^2.0.2",
|
---|
| 11 | "multicast-dns": "^6.0.1",
|
---|
| 12 | "multicast-dns-service-types": "^1.1.0"
|
---|
| 13 | },
|
---|
| 14 | "devDependencies": {
|
---|
| 15 | "after-all": "^2.0.2",
|
---|
| 16 | "standard": "^6.0.8",
|
---|
| 17 | "tape": "^4.5.1"
|
---|
| 18 | },
|
---|
| 19 | "scripts": {
|
---|
| 20 | "test": "standard && tape test/*.js"
|
---|
| 21 | },
|
---|
| 22 | "repository": {
|
---|
| 23 | "type": "git",
|
---|
| 24 | "url": "https://github.com/watson/bonjour.git"
|
---|
| 25 | },
|
---|
| 26 | "keywords": [
|
---|
| 27 | "bonjour",
|
---|
| 28 | "zeroconf",
|
---|
| 29 | "zero",
|
---|
| 30 | "configuration",
|
---|
| 31 | "mdns",
|
---|
| 32 | "dns",
|
---|
| 33 | "service",
|
---|
| 34 | "discovery",
|
---|
| 35 | "multicast",
|
---|
| 36 | "broadcast",
|
---|
| 37 | "dns-sd"
|
---|
| 38 | ],
|
---|
| 39 | "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
|
---|
| 40 | "license": "MIT",
|
---|
| 41 | "bugs": {
|
---|
| 42 | "url": "https://github.com/watson/bonjour/issues"
|
---|
| 43 | },
|
---|
| 44 | "homepage": "https://github.com/watson/bonjour",
|
---|
| 45 | "coordinates": [
|
---|
| 46 | 55.68250900965318,
|
---|
| 47 | 12.586377442991648
|
---|
| 48 | ]
|
---|
| 49 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.