-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.02 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
44
45
46
47
48
{
"name": "catchart",
"version": "3.2.7",
"description": "Pipe something from command line to a browser chart",
"license": "MIT",
"author": {
"name": "Yaniv Kessler",
"email": "[email protected]"
},
"bin": {
"catchart": "catchart.js"
},
"scripts": {
"build": "npx webpack",
"build_dev": "env BUILD_MODE=development npx webpack"
},
"dependencies": {
"chart.js": "^3.8.0",
"commander": "^2.13.0",
"custom-human-time": "^1.0.3",
"debug": "^4.1.1",
"digital-chain": "^3.8.1",
"domready": "^1.0.8",
"hcat": "^2.1.2",
"opn": "^6.0.0",
"patternomaly": "^1.3.0",
"rc": "^1.2.8",
"server-destroy": "^1.0.1",
"split": "^1.0.1",
"through2": "^3.0.1",
"ws": "^7.3.0"
},
"devDependencies": {
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"keywords": [
"cat",
"chart"
],
"repository": {
"type": "git",
"url": "https://github.com/kessler/catchart"
},
"bugs": {
"url": "https://github.com/kessler/catchart/issues"
}
}