-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 934 Bytes
/
package.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
38
39
40
41
42
{
"author": "Andrew Brampton <[email protected]>",
"bugs": {
"url": "https://github.com/bramp/prob.js/issues"
},
"dependencies": {
"random-js": "1.0.x"
},
"description": "Generate random numbers from different probability distributions.",
"devDependencies": {
"bower": "1.7.x",
"jshint": "2.9.x",
"jsonlint": "1.6.x",
"jscs": "^2.11.0",
"mversion": "1.10.x",
"qunit": "0.9.x",
"random-js": "1.0.x",
"uglify-js": "2.6.x",
"requirejs": "2.2.x"
},
"homepage": "https://github.com/bramp/prob.js#readme",
"keywords": [
"random",
"probability",
"distributions",
"normal",
"lognormal",
"exponential",
"zipf"
],
"license": "Apache-2.0",
"main": "dist/prob.js",
"name": "prob.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bramp/prob.js.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.6"
}