dhtmlx-scheduler
Version:
JavaScript event calendar. Allows to manage events and appointments in different views
31 lines (30 loc) • 718 B
JSON
{
"name": "dhtmlx-scheduler-skins",
"version": "7.2.5",
"description": "Less sources and a build tool for DHTMLXScheduler skins",
"scripts": {
"build": "node scripts.js --file=theme",
"watch": "npm-watch build"
},
"watch":{
"build": {
"patterns":["./"],
"extensions": "less"
}
},
"repository": {
"type": "git",
"url": "https://github.com/DHTMLX/scheduler"
},
"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": {}
}