dns-sync
Version:
31 lines (30 loc) • 589 B
JSON
{
"name": "dns-sync",
"version": "0.1.2",
"description": "dns-sync",
"main": "index.js",
"scripts": {
"test": "make test"
},
"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" : "^2",
"shelljs": "~0.4"
},
"devDependencies": {
"mocha" : "^1",
"jshint" : "^2"
}
}