@miyax/ganttjs
Version:
An open source gantt chart for the web
31 lines (30 loc) • 808 B
JSON
{
"name": "@miyax/ganttjs",
"version": "1.2.0",
"description": "An open source gantt chart for the web",
"main": "./src/index.js",
"author": "José Antonio Sánchez Román <xerifandtomas@hotmail.com>",
"license": "MIT",
"type": "module",
"types": "./types/index.d.ts",
"repository": "https://github.com/xerifandtomas/miyax-gantt-js",
"homepage": "https://github.com/xerifandtomas/miyax-gantt-js#readme",
"keywords": [
"gantt",
"gantt chart",
"simple gantt",
"project timeline",
"chart",
"browser",
"web",
"miyax",
"miyax gantt"
],
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0"
}
}