{
  "name": "big-rat",
  "version": "1.0.4",
  "description": "A big integer rational number",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rat-nest/big-rat.git"
  },
  "keywords": [
    "big",
    "rat",
    "huge",
    "rational",
    "number",
    "big",
    "integer",
    "arithmetic",
    "exact",
    "geometry"
  ],
  "authors": [
    "Mikola Lysenko",
    "Elijah Insua"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rat-nest/big-rat/issues"
  },
  "homepage": "https://github.com/rat-nest/big-rat",
  "dependencies": {
    "bit-twiddle": "^1.0.2",
    "bn.js": "^4.11.6",
    "double-bits": "^1.1.1"
  },
  "devDependencies": {
    "signum": "^1.0.0",
    "tape": "^4.2.0"
  }
}
