-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 987 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "kk-date",
"version": "1.1.2",
"description": "kk-date is a fastest JavaScript library that parses, validations, manipulates, and displays dates and times. If you use Moment.js or Day.js already you can easily use kk-date.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": {
"name": "Orhan AYDOGDU",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kentkartlab/kk-date.git"
},
"maintainers": [
{
"name": "Orhan AYDOGDU",
"email": "[email protected]"
},
{
"name": "Enes KAHRAMAN",
"email": "[email protected]"
}
],
"keywords": [
"kk-date",
"date",
"time",
"immutable",
"parse",
"format",
"validate",
"moment",
"dayjs",
"diff date",
"date range",
"diff range"
],
"bugs": {
"url": "https://github.com/kentkartlab/kk-date/issues"
},
"homepage": "https://github.com/kentkartlab/kk-date#readme"
}