package.json

Wed, 13 Aug 2014 21:02:03 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 13 Aug 2014 21:02:03 +0200
changeset 5
ee8de27ff264
parent 0
eb6d4ce6fd78
child 7
094f3fcbf690
permissions
-rw-r--r--

Improve project layout and abstract library from program logic.

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

mercurial