{
  "name": "jsbayes",
  "version": "0.1.0",
  "description": "Simple Bayesian Belief Network (BBN) library in JavaScript.",
  "main": "jsbayes.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vangj/jsbayes.git"
  },
  "keywords": [
    "bayesian",
    "network",
    "javascript",
    "probabilistic",
    "probability",
    "inference",
    "sampling",
    "likelihood",
    "casual"
  ],
  "author": "Jee Vang <vangjee@gmail.com> (http://vangjee.wordpress.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vangj/jsbayes/issues"
  },
  "homepage": "https://github.com/vangj/jsbayes#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^5.2.0"
  }
}
