UNPKG

985 BJSONView Raw
1{
2 "name": "probability-distributions",
3 "version": "0.7.3",
4 "description": "Generate random variables from a variety of probability distributions. Includes tools to shuffle an array or sample from it.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "keywords": [
10 "statistical distributions",
11 "normal distribution",
12 "gamma distribution",
13 "beta distribution",
14 "Laplace distribution",
15 "Poisson distribution",
16 "Chi-squared distribution",
17 "probability",
18 "probability distributions",
19 "random",
20 "random numbers",
21 "random variates",
22 "random variables",
23 "random number generator",
24 "Rstats",
25 "Rlang",
26 "R-stats",
27 "prng"
28 ],
29 "author": "Matt Asher",
30 "license": "MIT",
31 "dependencies": {
32 "crypto": "0.0.3"
33 },
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/Mattasher/probability-distributions"
37 },
38 "devDependencies": {
39 "chai": "^3.3.0",
40 "mocha": "^2.3.3"
41 }
42}