-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
78 lines (78 loc) · 1.85 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "t-datepicker",
"version": "1.0.4",
"description": "The tDatePicker JavaScript library lets you apply more than options and calender data.",
"homepage": "https://github.com/crazychicken/t-datepicker#readme",
"main": "./public/theme/js/t-datepicker.min.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"dev": "cross-env NODE_ENV=development webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/tuds/t-datepicker.git"
},
"keywords": [
"t-datepicker",
"tuds",
"HTML5",
"CSS3",
"JAVASCRIPT",
"ES6",
"bootstrap datepicker",
"datepicker",
"calendar",
"holiDays",
"getQwerty",
"autoClose",
"durationArrowTop",
"formatDate",
"dateCheckIn",
"dateCheckOut",
"startDate",
"endDate",
"limitPrevMonth",
"limitNextMonth",
"limitDateRanges",
"fnDataEvent",
"showFullDateRanges",
"numCalendar",
"titleCI",
"titleCO",
"titleDateRange",
"titleDateRanges",
"titleToday",
"titleDays",
"titleMonths",
"titleMonthsLimitShow",
"replaceTitleMonths",
"showDateTheme",
"iconArrowTop",
"iconDate",
"arrowPrev",
"arrowNext",
"toDayShowTitle",
"dateRangesShowTitle",
"toDayHighlighted",
"nextDayHighlighted",
"daysOfWeekHighlighted"
],
"author": "Tuds - Crazychiken",
"license": "MIT",
"bugs": {
"url": "https://github.com/crazychicken/t-datepicker/issues"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"converthtml": "^1.0.8",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^2.0.1",
"gulp-jsmin": "^0.1.5",
"gulp-sass": "^4.0.1",
"gulp-wait": "0.0.2",
"gulp-wait2": "0.0.5",
"perfect-scrollbar": "^1.4.0"
}
}