bayes-server
Version:
Bayes Server JavaScript API
29 lines (28 loc) • 655 B
JSON
{
"name": "bayes-server",
"version": "8.1.0",
"description": "Bayes Server JavaScript API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"Bayesian network",
"Belief network",
"Anomaly detection",
"Decision Graphs",
"Influence Diagrams",
"Dynamic Bayesian network",
"Artificial intelligence",
"Causal network",
"Decision automation",
"Reasoning"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bayes Server",
"license": "SEE LICENSE IN commercial-license.md",
"dependencies": {
"sax": "^1.2.2",
"xmlbuilder": "^9.0.4"
}
}