xcarve-server/package.json
Todd Treece 4cd48e530c 1.1.1
2016-11-14 21:39:25 +00:00

34 lines
706 B
JSON

{
"name": "xcarve-server",
"version": "1.1.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"
}
}