purpl-markov-chain
Version:
A simple Marvkov chain class supporting different n-grams
30 lines (29 loc) • 732 B
JSON
{
"name": "purpl-markov-chain",
"description": "A simple Marvkov chain class supporting different n-grams",
"keywords": [
"markov",
"chain",
"nlp",
"chatbot",
"markov-chain",
"ngrams",
"purpl"
],
"homepage": "https://purplnay.github.io/markov-chain/",
"version": "2.0.3",
"main": "index.js",
"repository": "https://github.com/purplnay/markov-chain.git",
"author": "Nay <nay@purpltag.com>",
"types": "typings/index.d.ts",
"license": "MIT",
"devDependencies": {
"docdash": "^1.1.1",
"jsdoc": "^3.6.3",
"mocha": "^8.1.3"
},
"scripts": {
"docs": "jsdoc -R README.md index.js -d docs -t node_modules/docdash",
"test": "mocha"
}
}