UNPKG

masq

Version:

A simple local dns server extracted from Pow

43 lines (42 loc) 924 B
{ "name": "masq", "version": "0.1.3", "description": "A simple local dns server extracted from Pow", "main": "index.js", "bin": { "masq": "./bin/masq" }, "scripts": { "build": "cake build", "docs": "cake docs", "watch": "cake watch", "test": "cake test" }, "keywords": [ "dns", "masq", "dnsmasq", "pow" ], "author": "Tan Shuai", "license": "MIT", "devDependencies": { "coffeescript": "^2.0.0-beta2", "docco": "^0.7.0", "eco": "^1.1.0-rc-3", "nodeunit": "^0.11.1" }, "dependencies": { "async": "^2.4.1", "dnsserver": "https://github.com/sstephenson/dnsserver.js/tarball/4f2c713b2e", "mkdirp": "^0.5.1" }, "repository": { "type": "git", "url": "git+https://github.com/7anshuai/masq.git" }, "bugs": { "url": "https://github.com/7anshuai/masq/issues" }, "homepage": "https://github.com/7anshuai/masq#readme" }