react-rasa-assistant
Version:
React hook for easily building custom Rasa assistants
29 lines (28 loc) • 538 B
JSON
{
"name": "react-rasa-assistant",
"version": "0.3.0",
"description": "React hook for easily building custom Rasa assistants",
"main": "index.js",
"license": "ISC",
"author": "gwn <dev@gwn.wtf>",
"keywords": [
"react",
"rasa",
"ai",
"bot",
"botfront",
"nlp",
"nlu",
"assistant"
],
"repository": {
"type": "git",
"url": "https://github.com/gwn/react-rasa-assistant"
},
"dependencies": {
"socket.io-client": "^2.4.0"
},
"peerDependencies": {
"react": ">16.0.0"
}
}