mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
32 lines
762 B
JSON
32 lines
762 B
JSON
{
|
|
"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"
|
|
}
|