Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
850 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "hdr-histogram-percentiles-obj",
|
---|
3 | "version": "3.0.0",
|
---|
4 | "description": "A little lib for turning hdr-histogram-js to objects",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "standard && tap ./test/*.js"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "git+https://github.com/GlenTiki/hdr-histogram-percentiles-obj.git"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "hdr-histogram",
|
---|
15 | "hdr-histogram-js",
|
---|
16 | "percentiles"
|
---|
17 | ],
|
---|
18 | "author": "Glen Keane <glenkeane.94@gmail.com>",
|
---|
19 | "license": "MIT",
|
---|
20 | "bugs": {
|
---|
21 | "url": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj/issues"
|
---|
22 | },
|
---|
23 | "pre-commit": [
|
---|
24 | "test"
|
---|
25 | ],
|
---|
26 | "homepage": "https://github.com/GlenTiki/hdr-histogram-percentiles-obj#readme",
|
---|
27 | "devDependencies": {
|
---|
28 | "pre-commit": "^1.1.3",
|
---|
29 | "standard": "^14.0.0",
|
---|
30 | "tap": "^14.0.0",
|
---|
31 | "hdr-histogram-js": "^2.0.0"
|
---|
32 | }
|
---|
33 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.