rndme
Version:
unpredictable number generation
25 lines (24 loc) • 394 B
JSON
{
"name": "rndme",
"description": "unpredictable number generation",
"main": "rndme.js",
"authors": [
"dandavis"
],
"license": "MIT",
"keywords": [
"prng",
"crypto",
"random",
"browser"
],
"homepage": "https://github.com/rndme/rndme",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}