array-random-item
Version:
Returns a random item from an array.
29 lines (28 loc) • 612 B
JSON
{
"name": "array-random-item",
"version": "1.0.2",
"description": "Returns a random item from an array.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enbermudas/array-random.git"
},
"keywords": [
"array",
"random",
"item"
],
"author": "Enrique Bermúdez",
"license": "MIT",
"bugs": {
"url": "https://github.com/enbermudas/array-random/issues"
},
"homepage": "https://github.com/enbermudas/array-random#readme"
}