-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
43
{
"name": "stats-logscale",
"version": "1.0.9",
"description": "Approximate statistical analysis using logarithmic bins",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dallaylaen/stats-logscale-js"
},
"homepage": "https://dallaylaen.github.io/stats-logscale-js/",
"bugs": {
"url": "https://github.com/dallaylaen/stats-logscale-js/issues"
},
"keywords": [
"descriptive",
"math",
"mean",
"median",
"percentile",
"statistics",
"univariate"
],
"dependencies": {
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"webpack": "^5.65.0"
},
"author": "Konstantin Uvarin <khedin@gmail.com> (https://github.com/dallaylaen)",
"license": "MIT"
}