{ "name": "hbo-dnsd"
, "description": "Dynamic authoritative name server for Iris services"

, "keywords": [ "dns", "bind", "dnsd", "iris" ]
, "version": "0.9.8"
, "author": "Jason Smith <jhs@iriscouch.com> (http://www.iriscouch.com)"
, "repository": { "type":"git", "url":"https://github.com/hbouvier/dnsd" }

, "engines": { "node": ">= 0.8" }
, "main": "./named.js"

, "dependencies": { "optimist": "~0.3.4"
                  , "defaultable": "~0.7.2"
                  }

, "devDependencies": { "tap": "~0.2.5"
                     }
, "scripts": { "test": "tap test/*.js" }
}
