UNPKG

@hero64/testserve

Version:

A simple port-sharing proxy for development on multiple local domains, supports websockets

75 lines (74 loc) 1.7 kB
{ "name": "@hero64/testserve", "version": "1.0.0", "description": "A simple port-sharing proxy for development on multiple local domains, supports websockets", "main": "index.js", "bin": { "testserve": "./bin/testserve" }, "scripts": { "prepublish": "babel src --out-dir . --source-maps", "test": "echo \"Error: no test specified\" && exit 1", "watch": "babel src --out-dir . --source-maps --watch" }, "author": "Aníbal Jorquera <ajorquera.cornejo@gmail.com", "license": "MIT", "dependencies": { "async": "^1.2.1", "express": "^4.13.0", "http-proxy": "^1.11.1", "mz": "2.7.0", "native-dns": "^0.7.0", "request": "^2.58.0" }, "repository": { "type": "git", "url": "git+https://github.com/hero64/testserve.git" }, "keywords": [ "dns", "dev", "test", "test", "pow", "powcx", "local", "domains", "subdomains", "websockets", "proxy", "alias" ], "bugs": { "url": "https://github.com/hero64/testserve/issues" }, "homepage": "https://github.com/hero64/testserve#readme", "files": [ "package.json", "README.md", "LICENSE.md", "bin/testserve", "cli.js", "cli.js.map", "dnsserver.js", "dnsserver.js.map", "html/error.html", "index.js", "index.js.map", "ssl.js", "ssl.js.map", "test.firewall.plist", "test.testserve.plist", "test.resolver" ], "devDependencies": { "babel": "6.23.0", "babel-cli": "6.26.0", "babel-eslint": "8.0.1", "eslint": "4.10.0", "eslint-config-prettier": "2.7.0", "eslint-plugin-prettier": "2.3.1", "eslint_d": "5.1.0", "prettier": "1.7.4" } }