You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
787 B
31 lines
787 B
3 years ago
|
{
|
||
|
"name": "dhtmlx-gantt",
|
||
|
"version": "7.1.8",
|
||
|
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
|
||
|
"main": "codebase/dhtmlxgantt.js",
|
||
|
"types": "codebase/dhtmlxgantt.d.ts",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/DHTMLX/gantt.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"gantt",
|
||
|
"chart",
|
||
|
"gantt chart",
|
||
|
"calendar",
|
||
|
"scheduler",
|
||
|
"dhtmlx",
|
||
|
"dhtmlxgantt",
|
||
|
"timeline",
|
||
|
"browser"
|
||
|
],
|
||
|
"author": "DHTMLX",
|
||
|
"license": "GPL-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/DHTMLX/gantt/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/DHTMLX/gantt#readme",
|
||
|
"scripts": {
|
||
|
"start": "cd backend && npm install && npm start"
|
||
|
}
|
||
|
}
|