{
  "name": "mcl-wasm",
  "version": "0.7.7",
  "description": "mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly",
  "main": "src/index.js",
  "scripts": {
    "lint": "standard src/mcl.js test/test.js",
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/herumi/mcl-wasm.git"
  },
  "keywords": [
    "elliptic curve",
    "WebAssembly",
    "pairing"
  ],
  "files": [
    "src/Makefile",
    "src/index.js",
    "src/mcl.js",
    "src/mcl_c.js",
    "browser/demo.html",
    "browser/demo.js",
    "browser/mcl.js",
    "browser/package-lock.json",
    "browser/package.json",
    "browser/readme.md",
    "browser/src/index-browser.js",
    "browser/webpack.config.js",
    "test/test.js",
    "test/eth-test.js"
  ],
  "author": "herumi <herumi@nifty.com> (https://github.com/herumi/)",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/herumi/mcl-wasm/issues"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "homepage": "https://github.com/herumi/mcl-wasm#readme"
}
