randomize-array
Version:
Good 'ol fashion array randomizing!
26 lines (25 loc) • 562 B
JSON
{
"name": "randomize-array",
"version": "1.2.0",
"description": "Good 'ol fashion array randomizing!",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qodesmith/randomize-array.git"
},
"keywords": [
"randomize",
"array",
"random",
"shuffle"
],
"author": "Qodesmith",
"license": "MIT",
"bugs": {
"url": "https://github.com/qodesmith/randomize-array/issues"
},
"homepage": "https://github.com/qodesmith/randomize-array#readme"
}