michael@0: { michael@0: "name": "mdnsgate", michael@0: "version": "0.7.0", michael@0: "description": "MDNS gateway for DNS clients", michael@0: "main": "src/fork.js", michael@1: "directories": { michael@1: "bin": "src/bin", michael@1: "lib": "src/lib", michael@1: "doc": "doc", michael@1: "src": "src" michael@1: }, michael@0: "bin": {"mdnsgw": "bin/fork.js"}, michael@0: "man": { michael@0: "name": "mdnsgw", michael@0: "version": "0.7.0", michael@0: "description": "A zeroconf DNS gateway", michael@0: "main": "fork.js", michael@0: "man": "man/mdnsgw.8" michael@0: }, michael@0: "scripts": { michael@0: "test": "echo \"Error: no test specified\" && exit 1" michael@0: }, michael@0: "keywords": [ michael@0: "dns", michael@0: "mdns", michael@0: "gateway", michael@0: "server" michael@0: ], michael@0: "dependencies": { michael@0: "redis": "*", michael@0: "mdns": "*", michael@0: "native-dns": "*", michael@0: "forever-monitor": "*" michael@0: }, michael@0: "devDependencies": {}, michael@0: "bundleDependencies": [], michael@0: "engines": { michael@0: "node": ">= 0.6.0", michael@0: "npm": ">= 1.0.0" michael@0: }, michael@0: "author": { michael@0: "name": "Michael Schloh von Bennewitz", michael@0: "email": "michael@schloh.com", michael@0: "url": "http://michael.schloh.com/" michael@0: }, michael@0: "maintainers": [{ michael@0: "name": "Arthur Fonzarelli", michael@0: "email": "arthur@thefonz.it", michael@0: "web": "http://www.thefonz.it/" michael@0: }], michael@1: "contributors": [{ michael@1: "name": "Miss Marple", michael@1: "email": "miss@itsmissmarple.it", michael@1: "web": "http://www.marpleormissi.it/" michael@1: }], michael@0: "homepage": "http://dev.europalab.com/mdnsgw/", michael@0: "bugs": {"email": "mdnsgw@europalab.com"}, michael@0: "repository": { michael@0: "type": "mercurial", michael@0: "url": "https://scm.europalab.com/mdnsgw/" michael@0: }, michael@0: "license": "ISC", michael@0: "private": true michael@0: }