bostinho
Version:
a simple api for chatbots
44 lines (43 loc) • 908 B
JSON
{
"name": "bostinho",
"version": "1.5.0",
"description": "a simple api for chatbots",
"readmeFilename": "README.md",
"keywords": [
"chatbot",
"processamento de linguagem natural",
"natural language processing",
"n-grams"
],
"tags": [
"chatbot",
"bostinho",
"processamento de linguagem natural",
"natural language processing",
"n-grams"
],
"main": "./model/Bostinho.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Leandro Simões",
"email": "lesimoes0@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lesimoes/bostinho"
},
"license": "MIT",
"dependencies": {
"firebase": "^4.12.1",
"request": "^2.85.0",
"require-reload": "^0.2.2",
"slimbot": "^0.7.12",
"telegram-node-bot": "^4.0.5"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}