Make general improvements to the package specification.

Wed, 13 Aug 2014 20:55:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 13 Aug 2014 20:55:48 +0200
changeset 1
9985a2a35a6a
parent 0
eb6d4ce6fd78
child 2
eff35b87fb56

Make general improvements to the package specification.

package.json file | annotate | diff | comparison | revisions
     1.1 --- a/package.json	Tue Aug 12 18:32:40 2014 +0200
     1.2 +++ b/package.json	Wed Aug 13 20:55:48 2014 +0200
     1.3 @@ -3,7 +3,12 @@
     1.4    "version": "0.7.0",
     1.5    "description": "MDNS gateway for DNS clients",
     1.6    "main": "src/fork.js",
     1.7 -  "directories": {"doc": "doc", "src": "src"},
     1.8 +  "directories": {
     1.9 +    "bin": "src/bin",
    1.10 +    "lib": "src/lib",
    1.11 +    "doc": "doc",
    1.12 +    "src": "src"
    1.13 +  },
    1.14    "bin": {"mdnsgw": "bin/fork.js"},
    1.15    "man": {
    1.16      "name": "mdnsgw",
    1.17 @@ -43,6 +48,11 @@
    1.18      "email": "arthur@thefonz.it",
    1.19      "web": "http://www.thefonz.it/"
    1.20    }],
    1.21 +  "contributors": [{
    1.22 +    "name": "Miss Marple",
    1.23 +    "email": "miss@itsmissmarple.it",
    1.24 +    "web": "http://www.marpleormissi.it/"
    1.25 +  }],
    1.26    "homepage": "http://dev.europalab.com/mdnsgw/",
    1.27    "bugs": {"email": "mdnsgw@europalab.com"},
    1.28    "repository": {

mercurial