blockstack-zones
Version:
A DNS zone file parser and generator
64 lines (63 loc) • 1.26 kB
JSON
{
"name": "blockstack-zones",
"version": "0.1.0",
"description": "A DNS zone file parser and generator",
"main": "lib/index",
"scripts": {
"compile": "babel --presets es2015 src -d lib",
"test": "npm run compile; node lib/testing/unitTests.js",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/blockstack/blockstack-zones-js.git"
},
"keywords": [
"DNS",
"zone",
"zone file",
"zonefile",
"domain",
"domain name"
],
"author": "Halfmoon Labs Inc.",
"license": "ISC",
"contributors": [
{
"name": "Elgs Chen"
},
{
"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"
}
],
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"tape": "^4.5.1"
}
}