-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #410 from chughts/vrauth
Visual Recognition Authentication
- Loading branch information
Showing
4 changed files
with
70 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "node-red-node-watson", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"description": "A collection of Node-RED nodes for IBM Watson services", | ||
"dependencies": { | ||
"async": "^1.5.2", | ||
|
@@ -9,13 +9,13 @@ | |
"request": "~2.86.0", | ||
"temp": "^0.8.3", | ||
"qs": "6.x", | ||
"image-type": "^2.0.2", | ||
"watson-developer-cloud": "^3.3.0", | ||
"image-type": "^2.0.2", | ||
"watson-developer-cloud": "^3.4.2", | ||
"kuromoji": "^0.1.1", | ||
"word-count": "^0.2.2", | ||
"is-docx": "^0.0.3", | ||
"stream-to-array" : "^2.3.0", | ||
"ws" : "^4.1.0" | ||
"stream-to-array": "^2.3.0", | ||
"ws": "^4.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -27,18 +27,19 @@ | |
"bluemix", | ||
"watson" | ||
], | ||
"contributors": [ { | ||
"contributors": [ | ||
{ | ||
"name": "Soheel Chughtai", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"node-red": { | ||
"nodes": { | ||
"watson-conversation-v1":"services/conversation/v1.js", | ||
"watson-conversation-workspace-manager-v1":"services/conversation/v1-workspace-manager.js", | ||
"watson-discovery-v1":"services/discovery/v1.js", | ||
"watson-discovery-v1-document-loader":"services/discovery/v1-document-loader.js", | ||
"watson-discovery-v1-query-builder":"services/discovery/v1-query-builder.js", | ||
"watson-conversation-v1": "services/conversation/v1.js", | ||
"watson-conversation-workspace-manager-v1": "services/conversation/v1-workspace-manager.js", | ||
"watson-discovery-v1": "services/discovery/v1.js", | ||
"watson-discovery-v1-document-loader": "services/discovery/v1-document-loader.js", | ||
"watson-discovery-v1-query-builder": "services/discovery/v1-query-builder.js", | ||
"watson-language-translator-v2": "services/language_translator/v2.js", | ||
"watson-language-translator-identify-v2": "services/language_translator_identify/v2.js", | ||
"watson-language-translator-util-v2": "services/language_translator_util/v2.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters