aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bn.js/package.json
blob: 88352136e9be16bfc0b0fda40cea816aadb3cceb (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
30
31
32
33
{
  "name": "bn.js",
  "version": "4.11.6",
  "description": "Big number implementation in pure javascript",
  "main": "lib/bn.js",
  "scripts": {
    "lint": "semistandard",
    "unit": "mocha --reporter=spec test/*-test.js",
    "test": "npm run lint && npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/bn.js"
  },
  "keywords": [
    "BN",
    "BigNum",
    "Big number",
    "Modulo",
    "Montgomery"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/bn.js/issues"
  },
  "homepage": "https://github.com/indutny/bn.js",
  "devDependencies": {
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "semistandard": "^7.0.4"
  }
}