fy-shuffle
Version:
Customizable Fisher-Yates shuffle
46 lines (45 loc) • 885 B
JSON
{
"name": "fy-shuffle",
"version": "1.0.0",
"description": "Customizable Fisher-Yates shuffle",
"main": "fy-shuffle.js",
"repository": {
"type": "git",
"url": "git://github.com/remko/fy-shuffle"
},
"keywords": [
"shuffle",
"fisher-yates",
"durstenfeld"
],
"author": "Remko Tronçon",
"license": "MIT",
"bugs": {
"url": "https://github.com/remko/fy-shuffle/issues"
},
"homepage": "http://el-tramo.be/fy-shuffle",
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^2.0.1"
},
"scripts": {
"test": "mocha"
},
"testling": {
"harness": "mocha-tdd",
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}