xcarve-proxy/package.json
Todd Treece 83cdba7806 1.1.1
2017-03-05 10:11:51 -05:00

30 lines
748 B
JSON

{
"name": "xcarve-proxy",
"version": "1.1.1",
"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",
"pm2": "^2.1.4"
}
}