rify 0.5.0

RDF reasoner that operates on RIF-like conjunctive rules. Outputs a machine readable proof of some claim which can be cheaply verified.
Documentation
{
  "name": "rify",
  "collaborators": [
    "Andrew Dirksen <andrew@dirksen.com>",
    "Sam Hellawell <sshellawell@gmail.com>"
  ],
  "description": "RDF reasoner that operates on RIF-like conjunctive rules. Outputs a machine\nreadable proof of some claim which can be cheaply verified.\n",
  "version": "0.4.0",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/docknetwork/rify"
  },
  "files": [
    "index_bg.wasm",
    "index.js",
    "index_bg.js",
    "index.d.ts",
    "index_bg.wasm.d.ts",
    "index_bundle_bg.wasm",
    "index_bundle.js",
    "index_bundle_bg.js",
    "index_bundle.d.ts",
    "index_bundle_bg.wasm.d.ts",
    "LICENSE-MIT",
    "LICENSE-APACHE"
  ],
  "main": "index.js",
  "module": "index_bundle.js",
  "browser": "index_bundle.js",
  "types": "index.d.ts"
}