{
  "name": "acyclicgraph",
  "version": "0.3.15",
  "description": "Easy node tree graphs for creating DAGs i.e. any arbitrary node tree with forward and backpropagation, repeaters, etc. for chaining scripts and scopes e.g. for game systems.",
  "main": "acyclicgraph.js",
  "type":"module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brainsatplay/acyclicgraph.js.git"
  },
  "keywords": [
    "sequencer",
    "DAG",
    "acyclicgraph",
    "nodes",
    "trees",
    "scripting"
  ],
  "author": "Joshua Brewster and Garrett Flynn",
  "license": "AGPL-3.0-or-later",
  "dependencies": {
  },
  "bugs": {
    "url": "https://github.com/brainsatplay/acyclicgraph.js/issues"
  },
  "homepage": "https://github.com/brainsatplay/acyclicgraph.js#readme"
}
