node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
22 lines (21 loc) • 376 B
JSON
{
"name": "microsoft-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
"botbuilder": "^3.15.0",
"express": "^4.16.3"
},
"greenkeeper": {
"ignore": [
"botbuilder"
]
}
}