UNPKG

xcarve-proxy

Version:

A Node.js proxy server for connecting to a Raspberry Pi that is running xcarve-server.

31 lines (30 loc) 748 B
{ "name": "xcarve-proxy", "version": "1.1.1", "description": "A Node.js proxy server for connecting to a Raspberry Pi that is running xcarve-server.", "bin": "./cli", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/adafruit/xcarve-proxy" }, "keywords": [ "adafruit", "xcarve", "inventables", "raspberry pi" ], "author": "Todd Treece <todd@uniontownlabs.org>", "bugs": { "url": "https://github.com/adafruit/xcarve-proxy/issues" }, "homepage": "https://github.com/adafruit/xcarve-proxy", "dependencies": { "commander": "^2.8.1", "http-proxy": "^1.11.1", "pm2": "^2.1.4" } }