summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 05d5f4c164bb554efab35f303d7dc6f0093ba118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "dhtmlx-scheduler",
  "version": "4.4.0",
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
  "main": "codebase/dhtmlxscheduler.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DHTMLX/scheduler.git"
  },
  "keywords": [
    "calendar",
    "scheduler",
    "dhtmlx",
    "agenda",
    "month",
    "day",
    "week",
    "year",
    "browser"
  ],
  "author": "DHTMLX",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/DHTMLX/scheduler/issues"
  },
  "homepage": "https://github.com/DHTMLX/scheduler#readme"
}