bravey
Version:
A simple JavaScript NLP-like library to help you creating your own bot.
45 lines (44 loc) • 983 B
JSON
{
"name": "bravey",
"version": "0.1.5",
"description": "A simple JavaScript NLP-like library to help you creating your own bot.",
"main": "build/bravey.js",
"directories": {
"doc": "doc",
"test": "test"
},
"types": "src/bravey.d.ts",
"scripts": {
"build": "cd ./utils/build && node build.js --include all",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vidiemme Brainy",
"license": "MIT",
"devDependencies": {
"argparse": "^1.0.3",
"jscs": "^1.13.1",
"uglify-js": "^2.6.0",
"jsdoc": "^3.4.0",
"js-beautify": "^1.6.4"
},
"dependencies": {
"js-beautify": "^1.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BraveyJS/Bravey.git"
},
"keywords": [
"nlp",
"chatbot",
"chat",
"bot",
"ai",
"natural",
"language"
],
"bugs": {
"url": "https://github.com/BraveyJS/Bravey/issues"
},
"homepage": "https://braveyjs.github.io/"
}