UNPKG

615 BJSONView Raw
1{
2 "name": "big-number",
3 "version": "0.2.5",
4 "description": "Light, ultra-fast javascript implementation for BigIntegers (base arithmetic operations)",
5 "keywords": ["number", "bigint", "bignumber", "big-number", "bignumbers", "arithmetic", "operations"],
6 "author": "Alex Bardas <alexbardas@gmail.com>",
7 "main": "./index",
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:alexbardas/bignumber.js.git"
11 },
12 "devDependencies": {
13 "mocha": ">= 1.4",
14 "should": ">= 1.1"
15 },
16 "license": "MIT",
17 "engines": {
18 "node": ">= 0.4.x"
19 }
20}