node-red-contrib-aws-iot-custom-auth
Version:
An IoT aws-thing with the Custom Authorizer node for Node-RED
32 lines (31 loc) • 694 B
JSON
{
"name": "node-red-contrib-aws-iot-custom-auth",
"version": "0.2.0",
"description": "An IoT aws-thing with the Custom Authorizer node for Node-RED",
"dependencies": {
"aws-iot-device-sdk": "1.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/webmaxru/node-red-contrib-aws-iot-custom-auth.git"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"aws-iot",
"aws-thing",
"custom-authorizer"
],
"node-red": {
"nodes": {
"aws-iot": "aws-iot.js"
}
},
"author": {
"name": "Maxim Salnikov",
"email": "salnikov@gmail.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}