xcarve-server/package.json
Todd Treece 99f94e541a 1.0.0
2015-08-17 12:09:34 -04:00

28 lines
620 B
JSON

{
"name": "xcarve-server",
"version": "1.0.0",
"bin": "./cli",
"license": "MIT",
"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.8.1",
"onoff": "^1.0.2",
"serialport": "1.7.x",
"socket.io": "1.3.x",
"underscore": "1.4.x"
}
}