knuth-shuffle.js/package.json

33 lines
702 B
JSON

{
"name": "knuth-shuffle",
"version": "1.0.3",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
},
"keywords": [
"ronald",
"fisher",
"frank",
"yates",
"fisher-yates",
"donald",
"knuth",
"shuffle",
"random",
"randomize",
"unbiased",
"algorithm"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle/issues"
}
}