-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
{
"author": {
"name": "BALKANGraph"
},
"bugs": {
"email": "support@balkangraph.com",
"url": "https://github.com/BALKANGraph/export-service/issues"
},
"files": [
"app.js",
"export1.js",
"export2.js",
"export3.js",
"export4.js",
"util.js",
"index.html",
"package.json",
"README.md"
],
"homepage": "https://balkangraph.com/",
"keywords": [
"diagram",
"chart",
"tree",
"orgchart",
"graph",
"svg",
"hierarchy",
"family-tree",
"decision-tree",
"visualization",
"tree-layout",
"hierarchical",
"javascript",
"js",
"html",
"html5"
],
"scripts": {
"start": "node app.js"
},
"license": "https://balkangraph.com/EndUserLicenseAgreement.pdf",
"main": "app.js",
"name": "@balkangraph/export-service",
"repository": {
"type": "git",
"url": "https://github.com/BALKANGraph/export-service"
},
"version": "1.5.2",
"dependencies": {
"cors": "^2.8.5",
"easy-pdf-merge": "^0.2.6",
"express": "^4.21.1",
"open": "^8.4.0",
"puppeteer": "^10.4.0",
"uuid": "^8.3.2",
"winston": "^3.2.1"
}
}