express-bridge
Version:
Make API calls between a public webserver and a local network without DynDNS.
36 lines (35 loc) • 865 B
JSON
{
"name": "express-bridge",
"version": "1.0.6",
"description": "Make API calls between a public webserver and a local network without DynDNS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frank Hinkel",
"license": "MIT",
"dependencies": {
"debug-logger": "^0.4.1",
"express": "^4.16.2",
"express-request-id": "^1.4.0",
"path-to-regexp": "^2.1.0",
"socket.io": "^2.0.4"
},
"keywords": [
"express",
"bridge",
"sockets",
"request",
"behind",
"firewall",
"alexa",
"amazon",
"dyndns",
"expressjs",
"express.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/feinmetz/express-bridge.git"
}
}