-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 905 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
{
"name": "zipfian-integer",
"version": "1.0.1",
"description": "Get an integer between min and max with skew towards either",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && hallmark && node test/unit",
"hallmark": "hallmark --fix"
},
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"benchmark": "^2.1.4",
"hallmark": "^3.1.0",
"jimp": "^0.7.0",
"pseudo-math-random": "^1.0.0",
"readable-stream": "^3.4.0",
"split2": "^3.1.1",
"standard": "^14.0.0",
"tape": "^4.10.2"
},
"keywords": [
"distribution",
"number",
"random",
"rng",
"zipf",
"zipfian"
],
"engines": {
"node": ">=8"
},
"repository": "vweevers/zipfian-integer",
"bugs": "https://github.com/vweevers/zipfian-integer/issues",
"homepage": "https://github.com/vweevers/zipfian-integer"
}