UNPKG

dhtmlx-gantt

Version:

An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.

31 lines (30 loc) 714 B
{ "name": "dhtmlx-gantt-skins", "version": "9.0.11", "description": "Less sources and a build tool for DHTMLX Gantt skins", "scripts": { "build": "node scripts.js --file=dhtmlxgantt", "watch": "npm-watch build" }, "watch":{ "build": { "patterns":["./"], "extensions": "less" } }, "repository": { "type": "git", "url": "https://github.com/DHTMLX/gantt" }, "author": "XB Software Ltd.", "license": "GPL-2.0", "homepage": "https://dhtmlx.com", "dependencies": { "less": "^3.0.4", "minimist": "^1.2.6", "npm-watch": "^0.11.0", "postcss": "^8.4.14", "postcss-url": "^10.1.3" }, "devDependencies": {} }