Skip to content

Commit 453ff25

Browse files
committed
[add] package json
1 parent bb15dd9 commit 453ff25

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codebase/connector
2+
.gitignore
3+
.idea

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "dhtmlx-scheduler",
3+
"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

Comments
 (0)