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