-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
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": "chutychart",
"version": "2.0.1",
"description": "Zero-dependency, canvas-based OHLCV candlestick charting library",
"main": "chutychart-v2.js",
"module": "chutychart-v2.js",
"browser": "chutychart-v2.js",
"unpkg": "chutychart-v2.min.js",
"jsdelivr": "chutychart-v2.min.js",
"files": [
"chutychart-v2.js",
"chutychart-v2.min.js",
"README.md",
"LICENSE"
],
"scripts": {
"build": "npx terser chutychart-v2.js -o chutychart-v2.min.js --compress --mangle --comments '/^!/'"
},
"keywords": [
"ohlcv",
"candlestick",
"chart",
"canvas",
"stock",
"finance",
"trading",
"ohlc"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ianchutechute/chutychartjs.git"
},
"bugs": {
"url": "https://github.com/ianchutechute/chutychartjs/issues"
},
"homepage": "https://github.com/ianchutechute/chutychartjs#readme"
}