UNPKG

xcarve-server

Version:

A Node.js Raspberry Pi server for controlling a XCarve from a remote machine using [Easel](http://easel.inventables.com).

35 lines (34 loc) 706 B
{ "name": "xcarve-server", "version": "1.2.1", "bin": "./cli", "license": "MIT", "iris": { "abilities": { "detectPorts": true, "zProbe": true } }, "repository": { "type": "git", "url": "https://github.com/adafruit/xcarve-server" }, "keywords": [ "adafruit", "xcarve", "inventables", "raspberry pi" ], "author": "Todd Treece <todd@uniontownlabs.org>", "bugs": { "url": "https://github.com/adafruit/xcarve-server/issues" }, "homepage": "https://github.com/adafruit/xcarve-server", "dependencies": { "commander": "^2.9.0", "onoff": "^1.1.1", "pm2": "^2.1.4", "serialport": "^2.0.5", "socket.io": "^1.3.7" } }