@vaporyjs/rustbn.js
Version:
Javascript bindings for https://github.com/paritytech/bn (using asm.js)
36 lines (35 loc) • 800 B
JSON
{
"name": "@vaporyjs/rustbn.js",
"namespace": "vaporyjs",
"version": "0.1.2",
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
"main": "index.js",
"scripts": {
"test": "tape ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaporyjs/rustbn.js.git"
},
"keywords": [
"vapory",
"ecc",
"bn128",
"pairing"
],
"author": "cdetrio <cdetrio@gmail.com>",
"contributors": [
{
"name": "holgerd77",
"email": "Holger.Drewes@gmail.com>"
}
],
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/vaporyjs/rustbn.js/issues"
},
"homepage": "https://github.com/vaporyjs/rustbn.js#readme",
"devDependencies": {
"tape": "^4.8.0"
}
}