UNPKG

@aztec/bn128

Version:

JS helper library for a Barreto-Naehrig pairing friendly curve

64 lines (63 loc) 1.9 kB
{ "name": "@aztec/bn128", "description": "JS helper library for a Barreto-Naehrig pairing friendly curve", "version": "1.3.2", "author": "AZTEC", "browser": "./dist/bundle.web.js", "bugs": { "url": "https://github.com/AztecProtocol/AZTEC/issues" }, "dependencies": { "@aztec/dev-utils": "2.4.0", "bn.js": "^4.11.8", "elliptic": "^6.4.1", "web3-utils": "^1.0.0-beta.55" }, "devDependencies": { "@babel/core": "^7.4.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.0", "@babel/preset-env": "^7.4.2", "chai": "^4.2.0", "copy-webpack-plugin": "^5.0.3", "eslint": "^5.15.3", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.16.0", "mocha": "^6.0.2", "shx": "^0.3.2", "webpack-bundle-analyzer": "^3.6.0" }, "engines": { "node": ">=8.3" }, "files": [ "/dist" ], "homepage": "https://github.com/AztecProtocol/AZTEC/tree/master/packages/bn128#readme", "keywords": [ "aztec", "blockchain", "confidentiality", "cryptography", "ethereum", "privacy", "protocol" ], "license": "LGPL-3.0", "main": "./dist/bundle.node.js", "repository": { "type": "git", "url": "git+https://github.com/AztecProtocol/AZTEC.git" }, "scripts": { "build:dev": "webpack --config ./webpack.dev.js", "build": "webpack --config ./webpack.dev.js", "build:prod": "webpack --config ./webpack.prod.js", "clean": "shx rm -rf ./dist || true", "lint": "eslint --ignore-path ../../.eslintignore .", "test": "NODE_ENV=TEST mocha --require @babel/polyfill --require @babel/register ./test --bail --colors --exit --recursive --reporter spec --timeout 0 --trace-warnings", "has:changed": "bash ../monorepo-scripts/ci/hasChanged.sh bn128", "watch": "yarn build:dev --watch" }, "peerDependencies": {} }