diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .npmignore | 3 | ||||
-rw-r--r-- | package.json | 26 |
3 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea
\ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..56a8a33 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +codebase/connector +.gitignore +.idea
\ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..c55d314 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "dhtmlx-scheduler", + "version": "4.3.1", + "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" + ], + "author": "DHTMLX", + "license": "GPL-2.0", + "bugs": { + "url": "https://github.com/DHTMLX/scheduler/issues" + }, + "homepage": "https://github.com/DHTMLX/scheduler#readme" +} |