@nasirbaloch/shuffler
Version:
This is the package for any kind of array shuffle and after shuffle it will provide you an random item of that array.
28 lines (27 loc) • 715 B
JSON
{
"name": "@nasirbaloch/shuffler",
"version": "1.1.3",
"description": "This is the package for any kind of array shuffle and after shuffle it will provide you an random item of that array.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nasir1999/shuffler-package.git"
},
"keywords": [
"shuffler",
"random",
"randomize",
"json",
"array",
"shuffle"
],
"author": "Nasir Baloch",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nasir1999/shuffler-package/issues"
},
"homepage": "https://github.com/Nasir1999/shuffler-package#readme"
}