mirror of
https://github.com/mysensors/MySensors.git
synced 2026-03-07 00:26:59 +01:00
I had codebender username/password included originally but compiling works without. Codebender usage guidelines allow "usage via API".
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"name": "NodeJsController",
|
|
"version": "0.0.1",
|
|
"description": "MySensors Controller based on Node JS",
|
|
"dependencies": {
|
|
"mongodb": "~1.4.7",
|
|
"net": "~1.0.2",
|
|
"requestify": "^0.1.16",
|
|
"serialport": "^1.4.5"
|
|
}
|
|
}
|