-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.24 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": "David Berneda <[email protected]> (https://www.steema.com)",
"name": "TeeChart",
"description": "Charting and graphing node.js module",
"tags": [
"html5",
"canvas",
"chart",
"graph",
"plot",
"visualization"
],
"version": "3.0.2",
"keywords": [
"canvas",
"w3c",
"html5",
"chart",
"plot",
"graph",
"charting",
"2d",
"javascript"
],
"homepage": "https://www.steema.com/product/html5",
"repository": {
"url": "https://github.com/davidberneda/TeeChart.git"
},
"maintainers": [
{
"name": "david berneda",
"email": "[email protected]",
"url": "https://www.steema.com"
},
{
"name": "steema developer",
"email": "[email protected]",
"url": "https://www.steema.com"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/Steema/TeeChart-JavaScript/issues"
},
"licenses": [
{
"type": "CC",
"url": "https://github.com/davidberneda/TeeChart/blob/master/LICENSE.txt"
}
],
"main": "./main",
"scripts": {
"test": "node main.js"
},
"dependencies": {
"canvas": "*"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}