| 12345678910111213141516171819202122232425262728293031 |
- {
- "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"
- }
|