-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.83 KB
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
{
"name": "simple-calendar-js",
"version": "3.0.14",
"description": "Lightweight JavaScript calendar component (~16KB gzipped). Zero dependencies, framework-agnostic (React, Vue, Angular, vanilla JS). Month, week, day, and list views. Built-in date & range picker. Free for personal use — commercial license at simplecalendarjs.com.",
"main": "dist/simple-calendar-js.min.js",
"style": "dist/simple-calendar-js.min.css",
"files": [
"dist/",
"frameworks/",
"LICENSE",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"calendar",
"javascript",
"vanilla-js",
"zero-dependencies",
"no-jquery",
"responsive",
"events",
"scheduler",
"datepicker",
"date-picker",
"range-picker",
"month-view",
"week-view",
"day-view",
"list-view",
"dark-mode",
"ui-component",
"framework-agnostic",
"react",
"vue",
"angular",
"fullcalendar-alternative",
"event-calendar",
"calendar-component",
"booking",
"scheduling"
],
"author": "Pedro Lopes <simplecalendarjs@gmail.com> (https://www.simplecalendarjs.com)",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/pclslopes/SimpleCalendarJs.git"
},
"bugs": {
"url": "https://github.com/pclslopes/SimpleCalendarJs/issues",
"email": "simplecalendarjs@gmail.com"
},
"homepage": "https://www.simplecalendarjs.com",
"devDependencies": {
"clean-css": "^5.3.3",
"terser": "^5.44.0"
},
"browserslist": [
"defaults",
"not IE 11",
"not op_mini all"
],
"funding": {
"type": "individual",
"url": "https://www.simplecalendarjs.com"
}
}