package.json

Thu, 14 Aug 2014 19:14:04 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 14 Aug 2014 19:14:04 +0200
changeset 9
3d4d0e0dd4de
parent 1
9985a2a35a6a
permissions
-rw-r--r--

Change root path to (more) approximate typical launch environment.

     1 {
     2   "name": "mdnsgate",
     3   "version": "0.7.1",
     4   "description": "MDNS gateway for DNS clients",
     5   "main": "src/fork.js",
     6   "directories": {
     7     "bin": "src/bin",
     8     "lib": "src/lib",
     9     "etc": "src/etc",
    10     "man": "src/man",
    11     "pkg": "pkg",
    12     "doc": "doc",
    13     "src": "src"
    14   },
    15   "bin": {"mdnsgw": "bin/fork.js"},
    16   "man": {
    17     "name": "mdnsgw",
    18     "version": "0.7.1",
    19     "description": "A zeroconf DNS gateway",
    20     "main": "fork.js",
    21     "man": "man/mdnsgw.8"
    22   },
    23   "scripts": {
    24     "test": "echo \"Error: no test specified\" && exit 1"
    25   },
    26   "keywords": [
    27     "dns",
    28     "mdns",
    29     "gateway",
    30     "server"
    31   ],
    32   "dependencies": {
    33     "redis": "*",
    34     "mdns": "*",
    35     "native-dns": "*",
    36     "forever-monitor": "*"
    37   },
    38   "devDependencies": {},
    39   "bundleDependencies": [],
    40   "engines": {
    41     "node": ">= 0.6.0",
    42     "npm": ">= 1.0.0"
    43   },
    44   "author": {
    45     "name": "Michael Schloh von Bennewitz",
    46     "email": "michael@schloh.com",
    47     "url": "http://michael.schloh.com/"
    48   },
    49   "maintainers": [{
    50     "name": "Arthur Fonzarelli",
    51     "email": "arthur@thefonz.it",
    52     "web": "http://www.thefonz.it/"
    53   }],
    54   "contributors": [{
    55     "name": "Miss Marple",
    56     "email": "miss@itsmissmarple.it",
    57     "web": "http://www.marpleormissi.it/"
    58   }],
    59   "homepage": "http://dev.europalab.com/mdnsgw/",
    60   "bugs": {"email": "mdnsgw@europalab.com"},
    61   "repository": {
    62     "type": "mercurial",
    63     "url": "https://scm.europalab.com/mdnsgw/"
    64   },
    65   "license": "ISC",
    66   "private": true
    67 }

mercurial