bn-chai
Version:
Extends chai with bn.js operations
20 lines (19 loc) • 386 B
JSON
{
"name": "bn-chai",
"version": "1.0.1",
"description": "Extends chai with bn.js operations",
"keywords": [
"chai",
"chai-plugin",
"bn.js",
"bn",
"bignumber"
],
"main": "index.js",
"author": "Przemyslaw Rzad (przemyslaw@rzad.net)",
"license": "MIT",
"peerDependencies": {
"chai": ">= 2.1.2 < 5"
},
"repository": "github:EthWorks/bn-chai"
}