{ "name": "knuth-shuffle", "version": "1.0.4", "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" }, "keywords": [ "ronald", "fisher", "frank", "yates", "fisher-yates", "donald", "knuth", "shuffle", "random", "randomize", "unbiased", "algorithm" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle/issues" } }