1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "name": "gantt",
| "version": "8.0.6",
| "homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt/",
| "description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
| "main": [
| "codebase/dhtmlxgantt.js",
| "codebase/dhtmlxgantt.css"
| ],
| "keywords": [
| "gantt",
| "chart",
| "gantt chart",
| "calendar",
| "scheduler",
| "dhtmlx",
| "dhtmlxgantt",
| "timeline",
| "browser"
| ],
| "license": "GPL-2.0"
| }
|
|