-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
37 lines (37 loc) · 791 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"authors": [
"Andrew Brampton <[email protected]>"
],
"dependencies": {
"random": "1.0.x"
},
"description": "Generate random numbers from different probability distributions.",
"devDependencies": {
"qunit": "1.10.0"
},
"homepage": "https://github.com/bramp/prob.js#readme",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"coverage"
],
"keywords": [
"random",
"probability",
"distributions",
"normal",
"lognormal",
"exponential",
"zipf"
],
"license": "Apache-2.0",
"main": "dist/prob.js",
"moduleType": [
"amd",
"globals",
"node"
],
"name": "prob.js",
"version": "1.0.6"
}