add file
parents
Showing
index.js
0 → 100644
mqttclient.js
0 → 100644
mqttserver.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "flowagent", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://dev.nexpie.com/node-red/flowagent" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"config": "^3.2.4", | ||
"dotenv": "^8.2.0", | ||
"mqtt": "^3.0.0" | ||
} | ||
} |
Please
register
or
sign in
to comment