34 lines
706 B
JSON
34 lines
706 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|