zonefile
Version:
parser for dns zone files
25 lines (24 loc) • 436 B
JSON
{
"name": "zonefile",
"version": "0.0.5",
"description": "parser for dns zone files",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/chrillo/zonefile.git"
},
"keywords": [
"dns",
"zone",
"file"
],
"author": "christoph peter",
"license": "MIT",
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.9.0"
}
}