gen-randint-array
Version:
A helper function that returns an array filled with random integers.
29 lines (28 loc) • 723 B
JSON
{
"name": "gen-randint-array",
"version": "3.0.0",
"description": "A helper function that returns an array filled with random integers.",
"main": "genRandIntArray.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aro1914/Gen-RandInt-Array.git"
},
"keywords": [
"Random",
"Array",
"Generator",
"Integer",
"Helper-Functions",
"Function"
],
"author": "Emmanuel Agbavwe",
"license": "Apache-2.0",
"type": "module",
"bugs": {
"url": "https://github.com/Aro1914/Gen-RandInt-Array/issues"
},
"homepage": "https://github.com/Aro1914/Gen-RandInt-Array#readme"
}