summaryrefslogtreecommitdiff
path: root/big-integer/bower.json
blob: 22dc58f55596db6aab408c264e0503dfa6b45406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "big-integer",
  "description": "An arbitrary length integer library for Javascript",
  "main": "./BigInteger.js",
  "authors": [
    "Peter Olson"
  ],
  "license": "Unlicense",
  "keywords": [
    "math",
    "big",
    "bignum",
    "bigint",
    "biginteger",
    "integer",
    "arbitrary",
    "precision",
    "arithmetic"
  ],
  "homepage": "https://github.com/peterolson/BigInteger.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "coverage",
    "tests"
  ]
}