git ssb

0+

ansuz / modern-dnsd



Tree: 012e32d5ba7c8cc7ea4d15234b2715ffc1f0e154

Files: 012e32d5ba7c8cc7ea4d15234b2715ffc1f0e154 / package.json

575 bytesRaw
1{
2 "name": "modern-dnsd",
3 "description": "Dynamic authoritative name server",
4 "keywords": [
5 "dns",
6 "bind",
7 "dnsd",
8 "iris"
9 ],
10 "version": "0.9.9",
11 "author": "ansuz <ansuz@transitiontech.ca",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/ansuz/modern-dnsd"
15 },
16 "licenses": "AGPL-3.0",
17 "engines": {
18 "node": ">= 0.8"
19 },
20 "main": "./named.js",
21 "dependencies": {
22 "optimist": "~0.3.4",
23 "defaultable": "~0.7.2"
24 },
25 "devDependencies": {
26 "tap": "~0.2.5"
27 },
28 "scripts": {
29 "test": "tap test/*.js"
30 }
31}
32

Built with git-ssb-web