xcarve-proxy/package.json
Todd Treece 4f9093f403 1.0.5
2015-08-17 19:03:29 -04:00

29 lines
727 B
JSON

{
"name": "xcarve-proxy",
"version": "1.0.5",
"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"
}
}