-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 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
{
"name": "organogram-builder",
"version": "1.0.0",
"description": "Free, open-source organogram builder. Build org charts in your browser, import from Excel, export to PDF / Excel / PowerPoint. No sign-up, no servers — your data stays on your device.",
"keywords": [
"organogram",
"org-chart",
"organization-chart",
"org-chart-builder",
"free",
"excel-to-org-chart",
"diagram",
"offline"
],
"homepage": "https://orgbuilder.720p.red",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node serve.js",
"dev": "node serve.js"
},
"bin": {
"organogram-builder": "serve.js"
},
"files": [
"index.html",
"favicon.svg",
"serve.js",
"assets/"
]
}