UNPKG

node-red-contrib-fuzzywuzzy

Version:

Fuzzy string matching for node red. Can be used for intent recognition.

38 lines (37 loc) 879 B
{ "name": "node-red-contrib-fuzzywuzzy", "version": "0.3.0", "description": "Fuzzy string matching for node red. Can be used for intent recognition.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lutzer/node-red-contrib-fuzzywuzzy.git" }, "author": "Lutz Reiter", "license": "ISC", "bugs": { "url": "https://github.com/lutzer/node-red-contrib-fuzzywuzzy/issues" }, "homepage": "https://github.com/lutzer/node-red-contrib-fuzzywuzzy#readme", "node-red": { "nodes": { "fuzzywuzzy": "fuzzywuzzy.js" } }, "keywords": [ "node-red", "fuzzywuzzy", "string", "matching", "intent-recognition", "recognition", "intent", "pattern", "pattern-matching" ], "dependencies": { "fuzzball": "^1.3.1" } }