source: trip-planner-front/node_modules/multicast-dns-service-types/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 719 bytes
Line 
1{
2 "name": "multicast-dns-service-types",
3 "version": "1.1.0",
4 "description": "Parse and stringify mdns service types",
5 "main": "index.js",
6 "dependencies": {},
7 "devDependencies": {
8 "standard": "^3.5.0",
9 "tape": "^4.0.0"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/mafintosh/multicast-dns-service-types.git"
14 },
15 "scripts": {
16 "test": "standard && tape test.js"
17 },
18 "author": "Mathias Buus (@mafintosh)",
19 "license": "MIT",
20 "keywords": [
21 "mdns",
22 "bonjour",
23 "zero",
24 "conf"
25 ],
26 "bugs": {
27 "url": "https://github.com/mafintosh/multicast-dns-service-types/issues"
28 },
29 "homepage": "https://github.com/mafintosh/multicast-dns-service-types"
30}
Note: See TracBrowser for help on using the repository browser.