{
  "name": "mary-markov",
  "version": "2.0.0",
  "description": "Perform a series of probability calculations with Markov Chains and Hidden Markov Models.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Mary62442/mary-markov.git"
  },
  "keywords": [
    "markov",
    "probability",
    "viterbi algorithm",
    "bayes",
    "hidden markov model",
    "markov chain",
    "forward algorithm",
    "backward algorithm",
    "baum-welch algorithm",
    "forward-backward algorithm",
    "artificial intelligence",
    "machine learning"
  ],
  "author": "Maria Burlando <maria.bu62442@gmail.com> (https://dm88.cloud)",
  "homepage": "https://github.com/Mary62442/mary-markov",
  "license": "ISC"
}
