vrandom
Version:
an easy way to work with random numbers in javascript
42 lines (41 loc) • 935 B
JSON
{
"name": "vrandom",
"version": "2.0.5",
"description": "an easy way to work with random numbers in javascript",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "jest",
"test-coverage": "npm t -- --coverage",
"lint": "npx standard",
"lint-fix": "npx standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ValerioCipolla/vrandom.git"
},
"keywords": [
"random",
"math",
"Math.random",
"random-strings",
"random-words",
"random-choice",
"random-numbers"
],
"author": "Valerio Cipolla",
"license": "ISC",
"bugs": {
"url": "https://github.com/ValerioCipolla/vrandom/issues"
},
"homepage": "https://github.com/ValerioCipolla/vrandom#readme",
"devDependencies": {
"jest": "^27.5.1",
"standard": "^16.0.4"
},
"standard": {
"env": [
"jest"
]
}
}