{
  "name": "circomlib-matrix",
  "version": "1.0.2",
  "description": "Circuits library for matrix operations in circom",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --max-old-space-size=4000"
  },
  "keywords": [
    "matrix",
    "ethereum",
    "circuit",
    "circom",
    "zksnark"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/socathie/circomlib-matrix.git"
  },
  "author": "Cathie So, PhD",
  "license": "GPL-3.0",
  "devDependencies": {
    "blake-hash": "^2.0.0",
    "chai": "^4.3.4",
    "circom_tester": "0.0.5",
    "circomlib": "^2.0.3",
    "circomlibjs": "^0.1.0",
    "mocha": "^9.1.3"
  }
}
