rivescript-brain
Version:
💬 NN-Based intent detection and middleware support for RiveScript.
35 lines (34 loc) • 811 B
JSON
{
"name": "rivescript-brain",
"version": "1.0.5",
"description": "💬 NN-Based intent detection and middleware support for RiveScript.",
"main": "engine.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rivescript",
"brain.js",
"AIML",
"chatbot",
"machine",
"learning",
"intent"
],
"author": "Dhruv",
"license": "MIT",
"dependencies": {
"brain.js": "^2.0.0-alpha.11",
"pos": "^0.4.2",
"rivescript": "^2.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dhruv-tech/rivescript-brain.git"
},
"bugs": {
"url": "https://github.com/dhruv-tech/rivescript-brain/issues"
},
"homepage": "https://github.com/dhruv-tech/rivescript-brain#readme"
}