{
  "name": "dynamo-js",
  "version": "0.1.0",
  "description": "Diagrams for evolutionary game dynamics — a faithful, zero-dependency JavaScript port of William H. Sandholm's Dynamo Mathematica suite, in his memory. One engine for the replicator, logit, BNN, Smith, projection and other dynamics, on the square, triangle, tetrahedron, prism and cube.",
  "type": "module",
  "main": "src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./bundle": "./dist/dynamo.js"
  },
  "files": [
    "src/",
    "dist/",
    "docs/",
    "README.md",
    "CONVENTIONS.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node test/run-tests.js",
    "build": "node build.js",
    "docs": "node make-docs.js"
  },
  "keywords": [
    "evolutionary-game-theory",
    "replicator-dynamics",
    "population-games",
    "game-theory",
    "phase-portrait",
    "dynamical-systems",
    "dynamo",
    "sandholm"
  ],
  "author": "JavaScript port in memory of William H. Sandholm; original Dynamo by Sandholm, Dokumacı & Franchetti",
  "license": "GPL-3.0-or-later",
  "sideEffects": false
}
