dns-zonefile
Version:
A DNS zone file parser and generator.
68 lines • 1.25 kB
JSON
{
"name": "dns-zonefile",
"version": "0.3.2",
"description": "A DNS zone file parser and generator.",
"main": "./lib/zonefile.js",
"types": "./lib/zonefile.d.ts",
"bin": {
"zonefile": "./bin/zonefile-cli.js"
},
"scripts": {
"test": "npx jasmine tests/tests.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/elgs/dns-zonefile.git"
},
"keywords": [
"DNS",
"zone",
"cli"
],
"author": "Qian Chen",
"license": "ISC",
"contributors": [
{
"name": "William Ferrell",
"email": "willfe@gmail.com"
},
{
"name": "Christoph Witzko",
"email": "github@christophwitzko.com"
},
{
"name": "Lance Hudson",
"email": "lance@lancehudson.com"
},
{
"name": "Rouven Weßling"
},
{
"name": "Sebastian Vollnhals"
},
{
"name": "Chris Flook"
},
{
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
},
{
"name": "Mayo Jordanov"
},
{
"name": "Ben Speakman"
},
{
"name": "Adam Dobrawy"
},
{
"name": "Pelle Johnsen"
}
],
"devDependencies": {
"deep-equal": "^2.2.1",
"jasmine": "^5.0.0"
}
}