UNPKG

node-red-contrib-aws-iot-hub

Version:
31 lines (30 loc) 671 B
{ "name": "node-red-contrib-aws-iot-hub", "version": "0.1.14", "description": "An aws-iot-hub node for Node-RED", "dependencies": { "aws-iot-device-sdk": ">=1.0.12" }, "repository": { "type": "git", "url": "https://github.com/cuongquay/node-red-contrib-aws-iot.git" }, "license": "Apache-2.0", "keywords": [ "node-red", "aws-iot" ], "node-red": { "nodes": { "aws-iot": "aws-iot.js" } }, "author": { "name": "Duong Dinh Cuong", "email": "cuong3ihut@gmail.com" }, "scripts": { "prepare": "mversion patch -mn 'Patch new version and publish'", "postpublish": "git push && git push --tags" } }