zhangnaisong
2023-08-05 24d66c8d82b628a06e93dbb1abfea2049b3d45ab
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
{
  "name": "brorand",
  "version": "1.1.0",
  "description": "Random number generator for browsers and node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter=spec test/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/brorand"
  },
  "keywords": [
    "Random",
    "RNG",
    "browser",
    "crypto"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/brorand/issues"
  },
  "homepage": "https://github.com/indutny/brorand",
  "devDependencies": {
    "mocha": "^2.0.1"
  },
  "browser": {
    "crypto": false
  }
}