@sintaxi/dnsd
Version:
Dynamic authoritative name server for Iris services
31 lines (30 loc) • 613 B
JSON
{
"name": "@sintaxi/dnsd",
"version": "0.9.12",
"description": "Dynamic authoritative name server for Iris services",
"keywords": [
"dns",
"bind",
"dnsd",
"iris"
],
"author": "Jason Smith <jhs@iriscouch.com> (http://www.iriscouch.com)",
"repository": {
"type": "git",
"url": "https://github.com/iriscouch/dnsd"
},
"engines": {
"node": ">= 0.8"
},
"main": "./named.js",
"dependencies": {
"defaultable": "~0.7.2"
},
"devDependencies": {
"tap": "^14.11.0"
},
"scripts": {
"test": "tap test/*.js",
"pub": "npm publish --access public"
}
}