{
  "name": "dns-sync",
  "version": "0.2.1",
  "description": "dns-sync",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint ."
  },
  "homepage": "https://github.com/skoranga/node-dns-sync",
  "repository": {
    "type": "git",
    "url": "git@github.com:skoranga/node-dns-sync.git"
  },
  "keywords": [
    "dns sync",
    "server startup",
    "nodejs"
  ],
  "author": "Sanjeev Koranga",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "debug": "^4",
    "shelljs": "~0.8"
  },
  "devDependencies": {
    "mocha": "^6",
    "eslint": "^6",
    "eslint-plugin-standard": "^4"
  }
}
