conv-context
Version:
Conversation context manager
21 lines (20 loc) • 381 B
JSON
{
"name": "conv-context",
"version": "0.0.15",
"description": "Conversation context manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"context",
"conversation"
],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.19",
"timestring": "^6.0.0"
}
}