{ "name": "evil-dns", "version": "0.2.0", "description": "Override the IP address returned for one or more domains.", "main": "evil-dns.js", "scripts": { "test": "mocha -R spec ./tests" }, "engines": { "node" : ">=0.12" }, "repository": { "type": "git", "url": "https://github.com/JamesHight/node-evil-dns.git" }, "keywords": [ "dns", "override", "domain", "change", "ip", "address" ], "author": "James Hight", "contributors": [ { "name": "Martin Heidegger" }, { "name": "Jacob Page" } ], "licenses": [ { "type": "Apache 2.0", "url": "https://github.com/JamesHight/node-evil-dns/blob/master/LICENSE" } ], "dependencies": {}, "bugs": { "url": "https://github.com/JamesHight/node-evil-dns/issues" }, "devDependencies": { "chai": "^2.1.0", "mocha": "^2.1.0" } }