UNPKG

chai-bignumber

Version:

Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library

42 lines (41 loc) 865 B
{ "name": "chai-bignumber", "version": "3.1.0", "description": "Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library", "main": "chai-bignumber.js", "scripts": { "lint": "jshint *.js", "test": "mocha test/*.js" }, "devDependencies": { "bignumber.js": "8", "chai": "4", "jshint": "2", "mocha": "10" }, "author": "António Marques <me@antoniomarques.eu>", "license": "MIT", "homepage": "https://github.com/asmarques/chai-bignumber", "repository": { "type": "git", "url": "git://github.com/asmarques/chai-bignumber" }, "keywords": [ "chai", "chai-plugin", "math", "browser", "test", "arbitrary", "precision", "arithmetic", "big", "number", "decimal", "float", "bignumber" ], "files": [ "chai-bignumber.js" ] }