We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb15dd9 commit 453ff25Copy full SHA for 453ff25
.gitignore
@@ -0,0 +1 @@
1
+.idea
.npmignore
@@ -0,0 +1,3 @@
+codebase/connector
2
+.gitignore
3
package.json
@@ -0,0 +1,26 @@
+{
+ "name": "dhtmlx-scheduler",
+ "version": "4.3.1",
4
+ "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
+ "main": "codebase/dhtmlxscheduler.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/DHTMLX/scheduler.git"
9
+ },
10
+ "keywords": [
11
+ "calendar",
12
+ "scheduler",
13
+ "dhtmlx",
14
+ "agenda",
15
+ "month",
16
+ "day",
17
+ "week",
18
+ "year"
19
+ ],
20
+ "author": "DHTMLX",
21
+ "license": "GPL-2.0",
22
+ "bugs": {
23
+ "url": "https://github.com/DHTMLX/scheduler/issues"
24
25
+ "homepage": "https://github.com/DHTMLX/scheduler#readme"
26
+}
0 commit comments