package.json 558 Bytes
Newer Older
XFT's avatar
.  
XFT committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "name": "phase2",
  "collaborators": [
    "Sean Bowe <ewillbefull@gmail.com>"
  ],
  "description": "Library for performing MPCs for creating zk-SNARK public parameters",
  "version": "0.2.2",
  "license": "MIT/Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ebfull/phase2"
  },
  "files": [
    "phase2_bg.wasm",
    "phase2.js",
    "phase2.d.ts",
    "LICENSE-APACHE",
    "LICENSE-MIT"
  ],
  "module": "phase2.js",
  "homepage": "https://github.com/ebfull/phase2",
  "types": "phase2.d.ts",
  "sideEffects": false
}