{
  "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"
  }
}
