mess
Version:
Mess is Fisher–Yates shuffle algorithm implementation for node.js
29 lines (28 loc) • 658 B
JSON
{
"name": "mess",
"version": "0.1.2",
"description": "Mess is Fisher–Yates shuffle algorithm implementation for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:bobrik/node-mess.git"
},
"keywords": [
"mess",
"shuffle",
"array_shuffle",
"random",
"fisher",
"yates",
"array"
],
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"license": "BSD",
"bugs": {
"url": "https://github.com/bobrik/node-mess/issues"
},
"homepage": "https://github.com/bobrik/node-mess"
}