tough-rational
Version:
Rational class using BigInt with fallback to bignumber.js
42 lines (41 loc) • 976 B
JSON
{
"name": "tough-rational",
"version": "0.1.9",
"description": "Rational class using BigInt with fallback to bignumber.js",
"main": "rational.js",
"scripts": {
"test": "mocha",
"build:dev": "npx webpack",
"build:min": "MINIFY=1 npx webpack",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/raypulver/tough-rational.git"
},
"keywords": [
"big",
"tough",
"arbitrary-precision",
"arbitrary",
"precision",
"rational",
"bigint"
],
"author": "Raymond Pulver IV",
"license": "MIT",
"homepage": "https://bitbucket.org/raypulver/tough-rational#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-loader": "^8.0.1",
"chai": "^4.1.2",
"json-loader": "^0.5.7",
"mocha": "^5.2.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"bignumber.js": "^7.2.1"
}
}