hasard
Version:
Random variables and random nested objects manipulation in javascript
59 lines (58 loc) • 1.27 kB
JSON
{
"name": "hasard",
"version": "1.6.1",
"description": "Random variables and random nested objects manipulation in javascript",
"main": "index.js",
"scripts": {
"lint": "xo",
"test": "nyc ava test/*",
"semantic-release": "semantic-release",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piercus/hasard.git"
},
"keywords": [
"hasard",
"hazard",
"sometimes",
"prng",
"array",
"matrix",
"shape",
"generate",
"generation",
"data generation",
"json generation",
"generate json",
"image augmentation",
"augmentation",
"generate objects",
"imgaug",
"random",
"distribution",
"poisson",
"normal",
"tensor",
"shape",
"random",
"array",
"random",
"objects",
"random variables",
"random objects",
"random array"
],
"author": "Pierre Colle <piercus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/piercus/hasard/issues"
},
"homepage": "https://github.com/piercus/hasard#readme",
"devDependencies": {
"ava": "^1.2.1",
"semantic-release": "^15.13.3",
"xo": "^0.24.0"
}
}