{
  "name": "free-dns",
  "version": "1.0.9",
  "description": "A wrapper for the FreeDNS API.",
  "main": "src/free-dns.js",
  "scripts": {
    "build": "gulp build",
    "lint": "gulp lint",
    "test": "mocha",
    "coverage": "nyc npm run test",
    "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nitro404/free-dns.git"
  },
  "keywords": [
    "free",
    "dns",
    "host",
    "rest",
    "api"
  ],
  "author": {
    "name": "Kevin Scroggins"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nitro404/free-dns/issues"
  },
  "homepage": "https://github.com/nitro404/free-dns#readme",
  "dependencies": {
    "async": "^3.2.0",
    "extra-utilities": "^1.3.4",
    "ip": "^1.1.5",
    "node-envelope": "^1.0.8",
    "sha1": "^1.1.1",
    "validator": "^12.2.0",
    "xml": "^1.0.1",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "gulp-fabricator": "^1.2.0"
  }
}
