mzgantt
Version:
MZGantt is a Gantt chart plugin developed with native js. Various front-end frameworks can be supported, you can quickly apply it to your web applications or mobile applications.
24 lines (23 loc) • 677 B
JSON
{
"name": "mzgantt",
"version": "1.1.2",
"description": "MZGantt is a Gantt chart plugin developed with native js. Various front-end frameworks can be supported, you can quickly apply it to your web applications or mobile applications.",
"type": "module",
"main": "./index.js",
"module": "./index.js",
"exports": {
".": {
"import": "./index.js",
"default": "./index.js"
},
"./index.js": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "21398324@qq.com",
"license": "MIT",
"devDependencies": {
},
"keywords": ["Gantt", "Vue Gantt", "JS Gantt", "web Gantt", "甘特图"]
}