node-red-contrib-viseo-aws
Version:
VISEO Bot Maker - AWS Lex and Rekognition
23 lines (22 loc) • 796 B
JSON
{
"name" : "node-red-contrib-viseo-aws",
"version" : "0.2.0",
"description" : "VISEO Bot Maker - AWS Lex and Rekognition",
"dependencies" : {
"aws-sdk" : "~2.284",
"node-red-viseo-helper" : "~0.3.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-aws"
},
"license": "Apache-2.0",
"keywords": [ "viseo", "sarah", "node-red", "aws", "amazon", "bot", "chatbot", "nlp", "lex", "rekognition" ],
"node-red" : {
"nodes": {
"aws-lex": "node-aws-lex.js",
"aws-config": "node-aws-config.js",
"aws-rekognition": "node-aws-rekognition.js"
}
}
}