UNPKG

669 BJSONView Raw
1{
2 "name": "big-number",
3 "version": "0.3.2",
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 "scripts": {
13 "test": "mocha test/"
14 },
15 "devDependencies": {
16 "mocha": "^2.3.0",
17 "should": "^3.3.0"
18 },
19 "license": "MIT",
20 "engines": {
21 "node": ">= 0.8.x"
22 }
23}