aboutsummaryrefslogtreecommitdiff
path: root/node_modules/math-random/package.json
blob: a3b0429630d1a9bd3bb8a553262dacaba611a156 (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
{
  "name": "math-random",
  "version": "1.0.1",
  "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
  "main": "node.js",
  "browser": "browser.js",
  "scripts": {
    "test": "tape test.js"
  },
  "devDependencies": {
    "array-unique": "~0.2.1",
    "tape": "~4.2.2"
  },
  "testling": {
    "files": "test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:michaelrhodes/math-random"
  },
  "keywords": [
    "Math.random",
    "crypto.getRandomValues"
  ],
  "author": "Michael Rhodes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/michaelrhodes/math-random/issues"
  },
  "homepage": "https://github.com/michaelrhodes/math-random"
}