package.json

Tue, 12 Aug 2014 18:32:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 12 Aug 2014 18:32:40 +0200
changeset 0
eb6d4ce6fd78
child 1
9985a2a35a6a
permissions
-rw-r--r--

Import initial revisions of new project mDNSGw.

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

mercurial